PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-04-24T03:36:43 ActivePerl-1200 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.12\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.12\var\cpan\sources\authors\id\S\SE\SETITESUK\MooseX-AttributeCloner-0.24.tar.gz ok 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:\Perl64-5.12\bin\perl.exe Makefile.PL # running Build.PL Created MYMETA.yml and MYMETA.json 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:\Perl64-5.12\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:\Perl64-5.12\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, 1 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 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.12\var\cpan\build\MooseX-AttributeCloner-0.24-EJGRTG && tar cvf - MooseX-AttributeCloner-0.24.ppd blib) | gzip -c >C:/cpanfly-5.12/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.12\var\cpan\build\MooseX-AttributeCloner-0.24-EJGRTG/MooseX-AttributeCloner-0.24.ppd C:/cpanfly-5.12/var/REPO/S/SE/SETITESUK Finished 2011-04-24T03:36:49