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:\Perl-5.16\site\bin;C:\Perl-5.16\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 2012-09-08T04:35:30 ActivePerl-1600 CPAN-1.9402 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.16/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:\Perl-5.16\site\bin;C:\Perl-5.16\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 Going to read 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Sat, 08 Sep 2012 08:19:03 GMT Running make for D/DM/DMUEY/File-Path-Tiny-0.5.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DM/DMUEY/File-Path-Tiny-0.5.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DM/DMUEY/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\D\DM\DMUEY\File-Path-Tiny-0.5.tar.gz ok File-Path-Tiny-0.5/ File-Path-Tiny-0.5/Changes File-Path-Tiny-0.5/MANIFEST File-Path-Tiny-0.5/META.json File-Path-Tiny-0.5/META.yml File-Path-Tiny-0.5/Makefile.PL File-Path-Tiny-0.5/README File-Path-Tiny-0.5/lib/ File-Path-Tiny-0.5/t/ File-Path-Tiny-0.5/t/00.load.t File-Path-Tiny-0.5/t/perlcritic.t File-Path-Tiny-0.5/t/pod-coverage.t File-Path-Tiny-0.5/t/pod.t File-Path-Tiny-0.5/lib/File/ File-Path-Tiny-0.5/lib/File/Path/ File-Path-Tiny-0.5/lib/File/Path/Tiny.pm File-Path-Tiny-0.5/lib/File/Path/Tiny.pod CPAN.pm: Going to build D/DM/DMUEY/File-Path-Tiny-0.5.tar.gz >>> C:\Perl-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Path::Tiny 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/File/Path/Tiny.pm blib\lib\File\Path\Tiny.pm cp lib/File/Path/Tiny.pod blib\lib\File\Path\Tiny.pod DMUEY/File-Path-Tiny-0.5.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.16\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing File::Path::Tiny 0.5 t/00.load.t ....... 1..19 ok 1 - use File::Path::Tiny; ok 2 - make simple path - return true ok 3 - make simple path - path recursively created ok 4 - make already existing dir ok 5 - make already existing non dir - return false ok 6 - make already existing file - errno ok 7 - make absolute path - return true ok 8 - make absolute path - path recursively created ok 9 - make already existing absolute path dir ok 10 - MASK logic gets same results as mkdir() ok 11 - MASK arg OCT gets same results as mkdir() ok 12 - MASK arg oct(STR) gets same results as mkdir() ok 13 - MASK arg STR gets detected and handled - different results as mkdir() ok 14 - remove existing non dir - return false ok 15 - remove existing non dir - errno ok 16 - empty and remove simple path - return true ok 17 - remove simple path - path recursively removed ok 18 - remove already non-existing dir ok 19 - remove empty dir ok defined(@array) is deprecated at C:/cpanfly-5.16/var/megalib/PPI/XS.pm line 45. (Maybe you should just omit the defined()?) t/perlcritic.t .... skipped: $ENV{'do_perl_critic_tests'} must be true to run these 'development only' tests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on File::Path::Tiny ok t/pod.t ........... 1..2 ok 1 - POD test for blib\lib\File\Path\Tiny.pm (no pod) ok 2 - POD test for blib\lib\File\Path\Tiny.pod ok All tests successful. Files=4, Tests=22, 2 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: PASS DMUEY/File-Path-Tiny-0.5.tar.gz nmake test TEST_VERBOSE=1 -- OK Daniel Muey <dmuey@cpan.org> recursive versions of mkdir() and rmdir() without as much overhead as File::Path >>> (cd C:\cpanfly-5.16\var\cpan\build\File-Path-Tiny-0.5-wawxT8 && tar cvf - File-Path-Tiny-0.5.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/D/DM/DMUEY/File-Path-Tiny-0.5.tar.gz File-Path-Tiny-0.5.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Path/ blib/lib/File/Path/Tiny.pm blib/lib/File/Path/Tiny.pod >>> mv C:\cpanfly-5.16\var\cpan\build\File-Path-Tiny-0.5-wawxT8/File-Path-Tiny-0.5.ppd C:/cpanfly-5.16/var/REPO/D/DM/DMUEY Finished 2012-09-08T04:35:46