PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-04-24T07:32:30 ActivePerl-825 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.8/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.8\site\bin;C:\Perl-5.8\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Sat, 23 Apr 2011 22:27:07 GMT Running make for S/SE/SETITESUK/MooseX-AttributeCloner-0.24.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SE/SETITESUK/MooseX-AttributeCloner-0.24.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SE/SETITESUK/CHECKSUMS Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\S\SE\SETITESUK\MooseX-AttributeCloner-0.24.tar.gz ok Will not use Archive::Tar, need 1.00 MooseX-AttributeCloner-0.24 MooseX-AttributeCloner-0.24/Build.PL MooseX-AttributeCloner-0.24/Changes MooseX-AttributeCloner-0.24/Makefile.PL MooseX-AttributeCloner-0.24/MANIFEST MooseX-AttributeCloner-0.24/META.yml MooseX-AttributeCloner-0.24/README MooseX-AttributeCloner-0.24/lib MooseX-AttributeCloner-0.24/lib/MooseX MooseX-AttributeCloner-0.24/lib/MooseX/AttributeCloner.pm MooseX-AttributeCloner-0.24/t MooseX-AttributeCloner-0.24/t/00-critic.t MooseX-AttributeCloner-0.24/t/00-distribution.t MooseX-AttributeCloner-0.24/t/00-kwalitee.t MooseX-AttributeCloner-0.24/t/00-pod.t MooseX-AttributeCloner-0.24/t/00-podcoverage.t MooseX-AttributeCloner-0.24/t/10-AttributeCloner.t MooseX-AttributeCloner-0.24/t/perlcriticrc MooseX-AttributeCloner-0.24/t/lib MooseX-AttributeCloner-0.24/t/lib/TestAttributeCloner.pm MooseX-AttributeCloner-0.24/t/lib/TestExtraNewAttributeCloner.pm MooseX-AttributeCloner-0.24/t/lib/TestNewAttributeCloner.pm CPAN.pm: Going to build S/SE/SETITESUK/MooseX-AttributeCloner-0.24.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL # running Build.PL Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'MooseX-AttributeCloner' version '0.24' >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.8\bin\perl.exe Build --makefile_env_macros 1 Building MooseX-AttributeCloner SETITESUK/MooseX-AttributeCloner-0.24.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.8\bin\perl.exe Build --makefile_env_macros 1 test t\00-critic.t ........... skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\00-distribution.t ..... skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\00-kwalitee.t ......... skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\00-pod.t .............. skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\00-podcoverage.t ...... skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\10-AttributeCloner.t .. 1..39 ok 1 - use TestAttributeCloner; ok 2 - use TestExtraNewAttributeCloner; ok 3 - $object_to_clone created ok ok 4 - $object_to_clone isa TestAttributeCloner ok 5 - new_with_cloned_attributes ran ok ok 6 - $cloned_object isa TestNewAttributeCloner ok 7 - attr1 value passed through ok ok 8 - $object_to_clone created ok ok 9 - new_with_cloned_attributes ran ok ok 10 - no attr1 value, so nothing passed through and not set ok 11 - attr8 value passed through ok from the arg_refs provided ok 12 - attr1 is correct ok 13 - object_attr is correct ok 14 - hash_attr is correct ok 15 - array_ref is correct ok 16 - hash maintained ok 17 - $cloned_ref_test->hash_attr()->{key_obj} isa TestNewAttributeCloner ok 18 - $cloned_ref_test->hash_attr() is a ref ok 19 - array maintained ok 20 - json string is ok ok 21 - escaped json string ok ok 22 - default attributes_as_command_options ok ok 23 - attributes_as_command_options with options on ok ok 24 - attributes_as_command_options with a Boolean in it is correct ok 25 - attributes_as_command_options with options on and a Boolean is ok ok 26 - attributes excluded ok ok 27 - $ref_test->attributes_as_hashref isa HASH ok 28 - hash_attr excluded ok 29 - Boolean attribute true ok 30 - thrown error as excluded_attributes is not an arrayref ok 31 - thrown error as included_argv_attributes is not an arrayref ok 32 - thrown error as excluded_attributes is not an arrayref ok 33 - thrown error as included_argv_attributes is not an arrayref ok 34 - run ok with an arrayref of included_argv_attributes ok 35 - no croak on using ->new_with_cloned_attributes($object) ok 36 - $tested_object isa TestNewAttributeCloner ok 37 - attr1 cloned ok ok 38 - attr2 cloned ok ok 39 - attr8 cloned ok ok All tests successful. Files=6, Tests=39, 5 wallclock secs ( 0.00 usr + 0.03 sys = 0.03 CPU) Result: PASS SETITESUK/MooseX-AttributeCloner-0.24.tar.gz nmake test TEST_VERBOSE=1 -- OK Andy Brown <setitesuk@gmail.com> Role to clone attribute values from one class into another >>> (cd C:\cpanfly-5.8\var\cpan\build\MooseX-AttributeCloner-0.24-q9KqH7 && tar cvf - MooseX-AttributeCloner-0.24.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/S/SE/SETITESUK/MooseX-AttributeCloner-0.24.tar.gz MooseX-AttributeCloner-0.24.ppd blib/ blib/lib/ blib/lib/MooseX/ blib/lib/MooseX/AttributeCloner.pm >>> mv C:\cpanfly-5.8\var\cpan\build\MooseX-AttributeCloner-0.24-q9KqH7/MooseX-AttributeCloner-0.24.ppd C:/cpanfly-5.8/var/REPO/S/SE/SETITESUK Megalib: DBI object version 1.609 does not match $DBI::VERSION 1.611 at C:/Perl-5.8/lib/DynaLoader.pm line 249. BEGIN failed--compilation aborted at C:/cpanfly-5.8/var/megalib/DBI.pm line 265. Compilation failed in require at C:\cpanfly-5.8\lib/ActivePerl/PPM/InstallArea.pm line 690. ...propagated at C:\cpanfly-5.8\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly-5.8\lib/Fly/MakePPD.pm line 285. Finished 2011-04-24T07:32:41