PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\cpanfly-5.14\var\megalib\bin;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2015-02-14T01:07:06 ActivePerl-1400 CPAN-2.00 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.14/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\CPANFL~1.14\var\megalib\bin;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\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:\INSTAN~1;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 Reading 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Sat, 14 Feb 2015 06:53:20 GMT Running make for G/GU/GUGOD/Object-Method-0.02.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/G/GU/GUGOD/Object-Method-0.02.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/G/GU/GUGOD/CHECKSUMS Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\G\GU\GUGOD\Object-Method-0.02.tar.gz ok Object-Method-0.02/ Object-Method-0.02/Changes Object-Method-0.02/inc/ Object-Method-0.02/lib/ Object-Method-0.02/Makefile.PL Object-Method-0.02/MANIFEST Object-Method-0.02/META.yml Object-Method-0.02/MYMETA.json Object-Method-0.02/MYMETA.yml Object-Method-0.02/README Object-Method-0.02/t/ Object-Method-0.02/xt/ Object-Method-0.02/xt/01_podspell.t Object-Method-0.02/xt/02_perlcritic.t Object-Method-0.02/xt/03_pod.t Object-Method-0.02/xt/perlcriticrc Object-Method-0.02/t/00_compile.t Object-Method-0.02/t/01_simple.t Object-Method-0.02/t/02_universal.t Object-Method-0.02/lib/Object/ Object-Method-0.02/lib/UNIVERSAL/ Object-Method-0.02/lib/UNIVERSAL/Object/ Object-Method-0.02/lib/UNIVERSAL/Object/Method.pm Object-Method-0.02/lib/Object/Method.pm Object-Method-0.02/inc/Module/ Object-Method-0.02/inc/Test/ Object-Method-0.02/inc/Test/More.pm Object-Method-0.02/inc/Module/Install/ Object-Method-0.02/inc/Module/Install.pm Object-Method-0.02/inc/Module/Install/AuthorTests.pm Object-Method-0.02/inc/Module/Install/Base.pm Object-Method-0.02/inc/Module/Install/Can.pm Object-Method-0.02/inc/Module/Install/Fetch.pm Object-Method-0.02/inc/Module/Install/Include.pm Object-Method-0.02/inc/Module/Install/Makefile.pm Object-Method-0.02/inc/Module/Install/Metadata.pm Object-Method-0.02/inc/Module/Install/Win32.pm Object-Method-0.02/inc/Module/Install/WriteAll.pm CPAN.pm: Building G/GU/GUGOD/Object-Method-0.02.tar.gz >>> C:\Perl64-5.14\bin\perl.exe Makefile.PL Cannot determine perl version info from lib/Object/Method.pm Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for Object::Method Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/UNIVERSAL/Object/Method.pm blib\lib\UNIVERSAL\Object\Method.pm cp lib/Object/Method.pm blib\lib\Object\Method.pm GUGOD/Object-Method-0.02.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.14\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t\*.t t\00_compile.t .... ok 1 - use Object::Method; ok 2 1..2 ok t\01_simple.t ..... ok 1 - Stuff->can('foo') ok 2 - Stuff->can('foo') ok 3 ok 4 # Subtest: ->method attaches the given method to objects 1..2 ok 1 - Stuff\#<4852968>->can('bar') ok 2 ok 5 - ->method attaches the given method to objects # Subtest: ->method attaches the given method to objects 1..3 ok 1 - Stuff\#<4852968>->can('bar') ok 2 - Stuff\#<4853184>->can('bar') ok 3 - $o and $p have different 'bar' method. ok 6 - ->method attaches the given method to objects # Subtest: ->cloning is supported 1..6 ok 1 - An object of class 'Stuff\#<4852968>' isa 'Stuff' ok 2 - Stuff\#<4852968>->can('bar') ok 3 - Stuff\#<31734824>->can('blah') ok 4 ok 5 - An object of class 'Stuff\#<31734824>' isa 'Stuff' ok 6 - Stuff\#<31734824>->can('bar') ok 7 - ->cloning is supported 1..7 ok t\02_universal.t .. ok 1 ok 2 ok 3 ok 4 - $o->t ok 5 - $p->t ok 6 - $q->t 1..6 ok All tests successful. Files=3, Tests=15, 1 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: PASS GUGOD/Object-Method-0.02.tar.gz nmake test TEST_VERBOSE=1 -- OK Liu Kang Min <gugod@gugod.org> attach method to objects instead of classes. >>> (cd C:\cpanfly-5.14\var\cpan\build\Object-Method-0.02-s4_7bM && tar cvf - Object-Method-0.02.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/G/GU/GUGOD/Object-Method-0.02.tar.gz Object-Method-0.02.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Method.pm blib/lib/UNIVERSAL/ blib/lib/UNIVERSAL/Object/ blib/lib/UNIVERSAL/Object/Method.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Object-Method-0.02-s4_7bM/Object-Method-0.02.ppd C:/cpanfly-5.14/var/REPO/G/GU/GUGOD Finished 2015-02-14T01:07:11