Start 2010-02-16T07:22:28 ActivePerl-825 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:/CPANFL~1.8/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-5.8\site\bin;C:\Perl-5.8\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-5.8\var\cpan\Metadata' Database was generated on Mon, 15 Feb 2010 23:34:28 GMT Running make for S/SE/SETITESUK/MooseX-AttributeCloner-0.19.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SE/SETITESUK/MooseX-AttributeCloner-0.19.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.19.tar.gz ok Will not use Archive::Tar, need 1.00 MooseX-AttributeCloner-0.19 MooseX-AttributeCloner-0.19/Build.PL MooseX-AttributeCloner-0.19/Changes MooseX-AttributeCloner-0.19/Makefile.PL MooseX-AttributeCloner-0.19/MANIFEST MooseX-AttributeCloner-0.19/META.yml MooseX-AttributeCloner-0.19/README MooseX-AttributeCloner-0.19/lib MooseX-AttributeCloner-0.19/lib/MooseX MooseX-AttributeCloner-0.19/lib/MooseX/AttributeCloner.pm MooseX-AttributeCloner-0.19/t MooseX-AttributeCloner-0.19/t/00-critic.t MooseX-AttributeCloner-0.19/t/00-distribution.t MooseX-AttributeCloner-0.19/t/00-kwalitee.t MooseX-AttributeCloner-0.19/t/00-pod.t MooseX-AttributeCloner-0.19/t/00-podcoverage.t MooseX-AttributeCloner-0.19/t/10-AttributeCloner.t MooseX-AttributeCloner-0.19/t/perlcriticrc MooseX-AttributeCloner-0.19/t/lib MooseX-AttributeCloner-0.19/t/lib/TestAttributeCloner.pm MooseX-AttributeCloner-0.19/t/lib/TestNewAttributeCloner.pm CPAN.pm: Going to build S/SE/SETITESUK/MooseX-AttributeCloner-0.19.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.19' >>> 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.19.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. # Failed test 'use TestExtraNewAttributeCloner;' # at t\10-AttributeCloner.t line 12. # Tried to use 'TestExtraNewAttributeCloner'. # Error: Can't locate TestExtraNewAttributeCloner.pm in @INC (@INC contains: t/lib C:\cpanfly-5.8\var\cpan\build\MooseX-AttributeCloner-0.19-fX7mBr\blib\lib C:\cpanfly-5.8\var\cpan\build\MooseX-AttributeCloner-0.19-fX7mBr\blib\arch lib C:\cpanfly-5.8\var\megalib C:/cpanfly-5.8/var/megalib C:/Perl-5.8/site/lib C:/Perl-5.8/lib .) at (eval 253) line 2. # BEGIN failed--compilation aborted at (eval 253) line 2. Can't locate object method "new" via package "TestExtraNewAttributeCloner" (perhaps you forgot to load "TestExtraNewAttributeCloner"?) at t\10-AttributeCloner.t line 87. # Looks like you planned 34 tests but ran 29. # Looks like you failed 1 test of 29 run. # Looks like your test exited with 9 just after 29. t\10-AttributeCloner.t .. 1..34 ok 1 - use TestAttributeCloner; not 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 - thrown error as excluded_attributes is not an arrayref ok 28 - thrown error as included_argv_attributes is not an arrayref ok 29 - run ok with an arrayref of included_argv_attributes Dubious, test returned 9 (wstat 2304, 0x900) Failed 6/34 subtests Test Summary Report ------------------- t\10-AttributeCloner.t (Wstat: 2304 Tests: 29 Failed: 1) Failed test: 2 Non-zero exit status: 9 Parse errors: Bad plan. You planned 34 tests but ran 29. Files=6, Tests=29, 1 wallclock secs ( 0.02 usr + 0.06 sys = 0.08 CPU) Result: FAIL Failed 1/6 test programs. 1/29 subtests failed. NMAKE : fatal error U1077: 'C:\Perl-5.8\bin\perl.exe' : return code '0x9' Stop. SETITESUK/MooseX-AttributeCloner-0.19.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SETITESUK/MooseX-AttributeCloner-0.19.tar.gz Finished 2010-02-16T07:22:33