PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\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 2014-10-13T02:15:40 ActivePerl-1600 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.16/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\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.16\var\cpan\Metadata' Database was generated on Mon, 13 Oct 2014 06:17:02 GMT Running make for P/PR/PREACTION/Import-Base-0.005.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PR/PREACTION/Import-Base-0.005.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PR/PREACTION/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\P\PR\PREACTION\Import-Base-0.005.tar.gz ok Import-Base-0.005/ Import-Base-0.005/Build.PL Import-Base-0.005/CHANGES Import-Base-0.005/CONTRIBUTING.md Import-Base-0.005/lib/ Import-Base-0.005/LICENSE Import-Base-0.005/Makefile.PL Import-Base-0.005/MANIFEST Import-Base-0.005/META.yml Import-Base-0.005/README Import-Base-0.005/README.mkdn Import-Base-0.005/t/ Import-Base-0.005/t/00_compile.t Import-Base-0.005/t/base.t Import-Base-0.005/t/bundle.t Import-Base-0.005/t/exclude.t Import-Base-0.005/t/lib/ Import-Base-0.005/t/no.t Import-Base-0.005/t/lib/MyBundles.pm Import-Base-0.005/t/lib/MyImporter.pm Import-Base-0.005/t/lib/MyInherited.pm Import-Base-0.005/t/lib/MyInheritedBundles.pm Import-Base-0.005/t/lib/MyUnstrict.pm Import-Base-0.005/lib/Import/ Import-Base-0.005/lib/Import/Base.pm CPAN.pm: Building P/PR/PREACTION/Import-Base-0.005.tar.gz >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL closedir() attempted on invalid dirhandle GEN0 at C:/Perl64-5.16/lib/DirHandle.pm line 51. Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for Import::Base 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/Import/Base.pm blib\lib\Import\Base.pm PREACTION/Import-Base-0.005.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.16\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00_compile.t .. 1..1 ok 1 - Compile test for blib\lib\Import\Base.pm ok t/base.t ........ # Subtest: simple base module # Subtest: MyImporter imports strict ok 1 - code that fails strict dies ok 2 - dies with the right error message 1..2 ok 1 - MyImporter imports strict # Subtest: MyImporter imports warnings ok 1 - got the one warning we expected ok 2 - we forced an uninitialized warning 1..2 ok 2 - MyImporter imports warnings # Subtest: MyImporter imports Module::Runtime sub use_module ok 1 - eval succeeded and expected sub was imported ok 2 - eval did not throw an error 1..2 ok 3 - MyImporter imports Module::Runtime sub use_module 1..3 ok 1 - simple base module # Subtest: inherited base module # Subtest: MyInherited imports strict ok 1 - code that fails strict dies ok 2 - dies with the right error message 1..2 ok 1 - MyInherited imports strict # Subtest: MyInherited imports warnings ok 1 - got the one warning we expected ok 2 - we forced an uninitialized warning 1..2 ok 2 - MyInherited imports warnings # Subtest: MyInherited imports Module::Runtime sub use_module ok 1 - eval succeeded and expected sub was imported ok 2 - eval did not throw an error 1..2 ok 3 - MyInherited imports Module::Runtime sub use_module # Subtest: MyInherited imports Carp sub carp ok 1 - eval succeeded and expected sub was imported ok 2 - eval did not throw an error 1..2 ok 4 - MyInherited imports Carp sub carp 1..4 ok 2 - inherited base module 1..2 ok t/bundle.t ...... # Subtest: named bundle # Subtest: bundle with strict ok 1 # Subtest: no bundle ok 1 1..1 ok 2 - no bundle 1..2 ok 1 - bundle with strict # Subtest: bundle with warnings ok 1 # Subtest: no bundle ok 1 1..1 ok 2 - no bundle 1..2 ok 2 - bundle with warnings 1..2 ok 1 - named bundle # Subtest: inherited bundles # Subtest: bundle with strict ok 1 1..1 ok 1 - bundle with strict # Subtest: bundle also adds warnings ok 1 1..1 ok 2 - bundle also adds warnings 1..2 ok 2 - inherited bundles 1..2 ok t/exclude.t ..... # Subtest: Exclude an entire module ok 1 1..1 ok 1 - Exclude an entire module # Subtest: Exclude a single sub from a module ok 1 1..1 ok 2 - Exclude a single sub from a module # Subtest: -exclude must be an arrayref ok 1 1..1 ok 3 - -exclude must be an arrayref 1..3 ok t/no.t .......... # Subtest: Exclude a certain strict category ok 1 ok 2 1..2 ok 1 - Exclude a certain strict category 1..1 ok All tests successful. Files=5, Tests=9, 4 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: PASS PREACTION/Import-Base-0.005.tar.gz nmake test TEST_VERBOSE=1 -- OK Doug Bell <preaction@cpan.org> Import a set of modules into the calling module >>> (cd C:\cpanfly-5.16\var\cpan\build\Import-Base-0.005-SumQeD && tar cvf - Import-Base-0.005.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/P/PR/PREACTION/Import-Base-0.005.tar.gz Import-Base-0.005.ppd blib/ blib/lib/ blib/lib/Import/ blib/lib/Import/Base.pm >>> mv C:\cpanfly-5.16\var\cpan\build\Import-Base-0.005-SumQeD/Import-Base-0.005.ppd C:/cpanfly-5.16/var/REPO/P/PR/PREACTION Finished 2014-10-13T02:16:13