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:\cygwin\bin;C:\cpanfly-5.14\var\megalib\bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2015-08-06T00:51:28 ActivePerl-1400 CPAN-2.00 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.14/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:\cygwin\bin;C:\CPANFL~1.14\var\megalib\bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\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:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Thu, 06 Aug 2015 05:29:02 GMT Running make for C/CH/CHROMATIC/SUPER-1.20141117.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\C\CH\CHROMATIC\SUPER-1.20141117.tar.gz ok SUPER-1.20141117/ SUPER-1.20141117/META.yml SUPER-1.20141117/lib/ SUPER-1.20141117/lib/SUPER.pm SUPER-1.20141117/README SUPER-1.20141117/t/ SUPER-1.20141117/t/follow_inheritance.t SUPER-1.20141117/t/keep_going_manual.t SUPER-1.20141117/t/1.t SUPER-1.20141117/t/get_all_parents.t SUPER-1.20141117/t/keep_going.t SUPER-1.20141117/t/deep_inheritance.t SUPER-1.20141117/t/bugs.t SUPER-1.20141117/Changes SUPER-1.20141117/Build.PL SUPER-1.20141117/MANIFEST SUPER-1.20141117/Makefile.PL SUPER-1.20141117/dist.ini SUPER-1.20141117/LICENSE CPAN.pm: Building C/CH/CHROMATIC/SUPER-1.20141117.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for SUPER 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/SUPER.pm blib\lib\SUPER.pm CHROMATIC/SUPER-1.20141117.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.14\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t\*.t t\1.t ................... ok 1 - An object of class 'Kid' isa 'Kid' ok 2 - Arguments passed OK ok 3 - Arguments retained OK ok 4 - Kid inherits new() from Daddy ok 5 - ... as it does foo, even though it overrides it 1..5 ok t\bugs.t ................ 1..6 ok 1 - Class '...' ok 2 - Class '\n' ok 3 - Class '0' ok 4 - No deep recursion ok 5 - $Class->can worked ok 6 - ... and should get to right method ok t\deep_inheritance.t .... 1..15 ok 1 - use SUPER; ok 2 - An object of class 'Level4' isa 'Level4' ok 3 - ...the object is initialized as level4 ok 4 - ...the object has four parents from its own class. ok 5 - ... 3 parents from one class above. ok 6 - ...2 parents from two classes above. ok 7 - ...and only UNIVERSAL from the top level class. ok 8 - ...get the expected superclass method. ok 9 - ...in the expected superclass. ok 10 - ...get the expected superclass method one up. ok 11 - ...in the superclass one up. ok 12 - ...get the expected superclass method two up. ok 13 - ...in the superclass two up. ok 14 - ...get an empty string when there are no more super class. ok 15 - ...and undef when no further superclasses match the desired method. ok t\follow_inheritance.t .. 1..6 ok 1 - use SUPER; ok 2 - SUPER() should respect current, not compile-time @ISA ok 3 - ... even when reset ok 4 - ... for class calls too ok 5 - SUPER() and should go nowhere with nowhere to go ok 6 - mu ok t\get_all_parents.t ..... 1..2 ok 1 - Proxy should get called ok 2 - ... and SUPER should find parent ok t\keep_going.t .......... 1..4 ok 1 - Called on the Son ok 2 - Called on the Father ok 3 - Called on the Grandfather ok 4 - called the Son->Father->Grandfather ok t\keep_going_manual.t ... 1..7 ok 1 - Called on the Son ok 2 - Called on the Father ok 3 - ... from the son ok 4 - Called on the Grandfather ok 5 - ... from the father ok 6 - ... (whose parent is the grandfather) ok 7 - ... (whose parent is the father) ok All tests successful. Files=7, Tests=45, 1 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: PASS CHROMATIC/SUPER-1.20141117.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CH/CHROMATIC/CHECKSUMS chromatic <chromatic@wgz.org> control superclass method dispatch >>> (cd C:\cpanfly-5.14\var\cpan\build\SUPER-1.20141117-YXUmOz && tar cvf - SUPER-1.20141117.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz SUPER-1.20141117.ppd blib/ blib/lib/ blib/lib/SUPER.pm >>> mv C:\cpanfly-5.14\var\cpan\build\SUPER-1.20141117-YXUmOz/SUPER-1.20141117.ppd C:/cpanfly-5.14/var/REPO/C/CH/CHROMATIC Finished 2015-08-06T00:51:36