Start 2009-11-24T02:35:34 ActivePerl-1003 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~4\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~4\VC98\Lib;C:\PROGRA~1\MICROS~4\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~4\VC98\ATL\Include;C:\PROGRA~1\MICROS~4\VC98\Include;C:\PROGRA~1\MICROS~4\VC98\MFC\Include PATH=C:/cpanfly/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~4\VC98\Bin;C:\PROGRA~1\MICROS~4\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\PROGRA~1\Perforce Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Mon, 23 Nov 2009 23:27:26 GMT Running make for S/SE/SETITESUK/MooseX-AttributeCloner-0.15.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SE/SETITESUK/MooseX-AttributeCloner-0.15.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SE/SETITESUK/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\S\SE\SETITESUK\MooseX-AttributeCloner-0.15.tar.gz ok Will not use Archive::Tar, need 1.00 MooseX-AttributeCloner-0.15/ MooseX-AttributeCloner-0.15/Build.PL MooseX-AttributeCloner-0.15/Changes MooseX-AttributeCloner-0.15/lib/ MooseX-AttributeCloner-0.15/lib/MooseX/ MooseX-AttributeCloner-0.15/lib/MooseX/AttributeCloner.pm MooseX-AttributeCloner-0.15/Makefile.PL MooseX-AttributeCloner-0.15/MANIFEST MooseX-AttributeCloner-0.15/META.yml MooseX-AttributeCloner-0.15/README MooseX-AttributeCloner-0.15/t/ MooseX-AttributeCloner-0.15/t/00-critic.t MooseX-AttributeCloner-0.15/t/00-distribution.t MooseX-AttributeCloner-0.15/t/00-kwalitee.t MooseX-AttributeCloner-0.15/t/00-pod.t MooseX-AttributeCloner-0.15/t/00-podcoverage.t MooseX-AttributeCloner-0.15/t/10-AttributeCloner.t MooseX-AttributeCloner-0.15/t/lib/ MooseX-AttributeCloner-0.15/t/lib/TestAttributeCloner.pm MooseX-AttributeCloner-0.15/t/lib/TestNewAttributeCloner.pm MooseX-AttributeCloner-0.15/t/perlcriticrc CPAN.pm: Going to build S/SE/SETITESUK/MooseX-AttributeCloner-0.15.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL # running Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'MooseX-AttributeCloner' version '0.15' Warning: PREREQ_PM mentions Test::Exception more than once, last mention wins at C:\cpanfly\contrib\CPAN\lib/CPAN/Distribution.pm line 2825, line 1. Warning: PREREQ_PM mentions Test::More more than once, last mention wins at C:\cpanfly\contrib\CPAN\lib/CPAN/Distribution.pm line 2825, line 1. Warning: PREREQ_PM mentions JSON more than once, last mention wins at C:\cpanfly\contrib\CPAN\lib/CPAN/Distribution.pm line 2825, line 1. Warning: PREREQ_PM mentions MooseX::InsideOut more than once, last mention wins at C:\cpanfly\contrib\CPAN\lib/CPAN/Distribution.pm line 2825, line 1. >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe Build --makefile_env_macros 1 Copying lib\MooseX\AttributeCloner.pm -> blib\lib\MooseX\AttributeCloner.pm Manifying blib\lib/MooseX/AttributeCloner.pm -> blib\libdoc\MooseX.AttributeCloner.3 HTMLifying blib\lib\MooseX\AttributeCloner.pm -> blib\libhtml\site\lib\MooseX\AttributeCloner.html SETITESUK/MooseX-AttributeCloner-0.15.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\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 .. ok 1 - use TestAttributeCloner; ok 2 - $object_to_clone created ok ok 3 - $object_to_clone isa TestAttributeCloner ok 4 - new_with_cloned_attributes ran ok ok 5 - $cloned_object isa TestNewAttributeCloner ok 6 - attr1 value passed through ok ok 7 - $object_to_clone created ok ok 8 - new_with_cloned_attributes ran ok ok 9 - no attr1 value, so nothing passed through and not set ok 10 - attr8 value passed through ok from the arg_refs provided ok 11 - attr1 is correct ok 12 - object_attr is correct ok 13 - hash_attr is correct ok 14 - array_ref is correct ok 15 - hash maintained ok 16 - $cloned_ref_test->hash_attr()->{key_obj} isa TestNewAttributeCloner ok 17 - $cloned_ref_test->hash_attr() is a ref ok 18 - array maintained ok 19 - json string is ok ok 20 - escaped json string ok ok 21 - default attributes_as_command_options ok ok 22 - attributes_as_command_options with options on ok 1..22 ok All tests successful. Files=6, Tests=22, 0 wallclock secs ( 0.02 usr + 0.03 sys = 0.05 CPU) Result: PASS SETITESUK/MooseX-AttributeCloner-0.15.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\var\cpan\build\MooseX-AttributeCloner-0.15-6VItvj && tar cvf - MooseX-AttributeCloner-0.15.ppd blib) | gzip -c >C:/cpanfly/var/REPO/S/SE/SETITESUK/MooseX-AttributeCloner-0.15.tar.gz MooseX-AttributeCloner-0.15.ppd blib/ blib/lib/ blib/lib/MooseX/ blib/lib/MooseX/AttributeCloner.pm >>> mv C:\cpanfly\var\cpan\build\MooseX-AttributeCloner-0.15-6VItvj/MooseX-AttributeCloner-0.15.ppd C:/cpanfly/var/REPO/S/SE/SETITESUK Finished 2009-11-24T02:35:39