PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl64-5.20\site\bin;C:\Perl64-5.20\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-02T10:41:59 ActivePerl-2000 CPAN-2.00 PATH=C:/CPANFL~1.20/var/libs/bin;C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl64-5.20\site\bin;C:\Perl64-5.20\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.20\var\cpan\Metadata' Database was generated on Thu, 02 Oct 2014 15:41:02 GMT Running make for L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\L\LA\LARRYL\Test-PerlTidy-20130104.tar.gz ok Test-PerlTidy-20130104/ Test-PerlTidy-20130104/CHANGES Test-PerlTidy-20130104/lib/ Test-PerlTidy-20130104/Makefile.PL Test-PerlTidy-20130104/MANIFEST Test-PerlTidy-20130104/META.json Test-PerlTidy-20130104/META.yml Test-PerlTidy-20130104/README Test-PerlTidy-20130104/t/ Test-PerlTidy-20130104/t/_perlcriticrc.txt Test-PerlTidy-20130104/t/_perltidyrc.txt Test-PerlTidy-20130104/t/critic.t Test-PerlTidy-20130104/t/exclude_files.t Test-PerlTidy-20130104/t/exclude_perltidy.t Test-PerlTidy-20130104/t/is_file_tidy.t Test-PerlTidy-20130104/t/list_files.t Test-PerlTidy-20130104/t/messy_file.txt Test-PerlTidy-20130104/t/perltidy.t Test-PerlTidy-20130104/t/pod-coverage.t Test-PerlTidy-20130104/t/pod.t Test-PerlTidy-20130104/t/strict.t Test-PerlTidy-20130104/t/tidy_file.txt Test-PerlTidy-20130104/lib/Test/ Test-PerlTidy-20130104/lib/Test/PerlTidy.pm CPAN.pm: Building L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz >>> C:\Perl64-5.20\bin\perl.exe Makefile.PL Warning: prerequisite File::Finder 0 not found. Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Test::PerlTidy Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- LARRYL/Test-PerlTidy-20130104.tar.gz ---- File::Finder [requires] Running make test Delayed until after prerequisites Running test for module 'File::Finder' Running make for M/ME/MERLYN/File-Finder-0.53.tar.gz Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\M\ME\MERLYN\File-Finder-0.53.tar.gz ok File-Finder-0.53/ File-Finder-0.53/Changes File-Finder-0.53/lib/ File-Finder-0.53/lib/File/ File-Finder-0.53/lib/File/Finder/ File-Finder-0.53/lib/File/Finder/Steps.pm File-Finder-0.53/lib/File/Finder.pm File-Finder-0.53/Makefile.PL File-Finder-0.53/MANIFEST File-Finder-0.53/MANIFEST.SKIP File-Finder-0.53/META.yml File-Finder-0.53/README File-Finder-0.53/t/ File-Finder-0.53/t/01-core.t File-Finder-0.53/t/02-basic-logic.t File-Finder-0.53/t/03-options.t File-Finder-0.53/t/04-ffr.t File-Finder-0.53/t/05-steps.t File-Finder-0.53/t/99-test-distro.t File-Finder-0.53/t/99-test-pod-coverage.t File-Finder-0.53/t/99-test-pod.t File-Finder-0.53/t/cprove File-Finder-0.53/TODO CPAN.pm: Building M/ME/MERLYN/File-Finder-0.53.tar.gz >>> C:\Perl64-5.20\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for File::Finder Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/File/Finder.pm blib\lib\File\Finder.pm cp lib/File/Finder/Steps.pm blib\lib\File\Finder\Steps.pm MERLYN/File-Finder-0.53.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl64-5.20\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01-core.t ............... ok 1 - require File::Finder; ok 2 - File::Finder->can(...) ok 3 - require File::Finder::Steps; ok 4 - File::Finder::Steps->can(...) ok 5 - An object of class 'File::Finder' isa 'File::Finder' ok 6 - A reference of type 'CODE' isa 'CODE' ok 7 - A reference of type 'HASH' isa 'HASH' 1..7 ok t/02-basic-logic.t ........ ok 1 - use File::Finder; ok 2 - An object of class 'File::Finder' isa 'File::Finder' ok 3 - core eval ok 4 - core true ok 5 - core false ok 6 - core skipping ok 7 - explicit true ok 8 - explicit false ok 9 - not true = false ok 10 - not false = true ok 11 - not not true = true ok 12 - not not false = false ok 13 - true OR ... = skipping ok 14 - false OR ... = true ok 15 - skipping OR ... = skipping ok 16 - true () = true ok 17 - false () = false ok 18 - skipping () = skipping ok 19 - true ( ... = true ok 20 - false ( ... = skipping ok 21 - skipping ( ... = skipping ok 22 - true ( true ) = true ok 23 - true ( false ) = false ok 24 - true ( skipping ) = true ok 25 - false ( true ) = false ok 26 - false ( false ) = false ok 27 - false ( skipping ) = false ok 28 - skipping ( true ) = skipping ok 29 - skipping ( false ) = skipping ok 30 - skipping ( skipping ) = skipping ok 31 - not ( true ) = false ok 32 - not ( false ) = true ok 33 - not ( skipping ) = false ok 34 - true , = true ok 35 - false , = true ok 36 - skipping , = true ok 37 - true ( true , ... = true ok 38 - false ( true , ... = skipping ok 39 - skipping ( true , ... = skipping ok 40 - true ( false , ... = true ok 41 - false ( false , ... = skipping ok 42 - skipping ( false , ... = skipping ok 43 - true ( skipping , ... = true ok 44 - false ( skipping , ... = skipping ok 45 - skipping ( skipping , ... = skipping 1..45 ok t/03-options.t ............ ok 1 - use File::Finder; ok 2 - An object of class 'File::Finder' isa 'File::Finder' ok 3 - An object of class 'File::Finder' isa 'File::Finder' ok 4 - setting bydepth ok 5 - setting bydepth, follow not set ok 6 - An object of class 'File::Finder' isa 'File::Finder' ok 7 - setting follow ok 8 - setting follow, bydepth not set 1..8 ok t/04-ffr.t ................ ok 1 - use File::Finder; ok 2 - An object of class 'File::Finder' isa 'File::Finder' ok 3 - An object of class 'File::Find::Rule' isa 'File::Find::Rule' ok 4 - An object of class 'File::Finder' isa 'File::Finder' ok 5 - An object of class 'File::Find::Rule' isa 'File::Find::Rule' ok 6 - An object of class 'File::Finder' isa 'File::Finder' ok 7 - simple ffr rule ran ok 8 - An object of class 'File::Find::Rule' isa 'File::Find::Rule' ok 9 - An object of class 'File::Finder' isa 'File::Finder' ok 10 - simple ffr rule returned true ok 11 - An object of class 'File::Find::Rule' isa 'File::Find::Rule' ok 12 - An object of class 'File::Finder' isa 'File::Finder' ok 13 - simple ffr rule returned false 1..13 ok The getpwent function is unimplemented at C:\cpanfly-5.20\var\cpan\build\File-Finder-0.53-gNMlsy\blib\lib/File/Finder/Steps.pm line 737. # Looks like your test exited with 255 just after 18. t/05-steps.t .............. ok 1 - require File::Finder; ok 2 - An object of class 'File::Finder' isa 'File::Finder' ok 3 - all names ok 4 - all files named *.t via regex ok 5 - all files named *.t via glob ok 6 - readable by someone ok 7 - readable by everyone ok 8 - writeable by someone ok 9 - executable by someone ok 10 - mode 0644 ok 11 - mode 755 ok 12 - mode same as current directory ok 13 - all files ok 14 - all files even after messing with _ pseudo handle ok 15 - owned ok 16 - not owned ok 17 - group ok 18 - not group 1..18 Dubious, test returned 255 (wstat 65280, 0xff00) All 18 subtests passed t/99-test-distro.t ........ skipped: Distribution tests selected only in verbose mode t/99-test-pod-coverage.t .. skipped: Distribution tests selected only in verbose mode t/99-test-pod.t ........... skipped: Distribution tests selected only in verbose mode Test Summary Report ------------------- t/05-steps.t (Wstat: 65280 Tests: 18 Failed: 0) Non-zero exit status: 255 Files=8, Tests=91, 2 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: FAIL Failed 1/8 test programs. 0/91 subtests failed. dmake: Error code 255, while making 'test_dynamic' MERLYN/File-Finder-0.53.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MERLYN/File-Finder-0.53.tar.gz Running make for L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz Has already been unwrapped into directory C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK CPAN.pm: Building L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz Warning: Prerequisite 'File::Finder => 0' for 'LARRYL/Test-PerlTidy-20130104.tar.gz' failed when processing 'MERLYN/File-Finder-0.53.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> dmake cp lib/Test/PerlTidy.pm blib\lib\Test\PerlTidy.pm LARRYL/Test-PerlTidy-20130104.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl64-5.20\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/critic.t ............ skipped: Set $ENV{TEST_AUTHOR} to a true value to run critic tests. Can't locate File/Finder.pm in @INC (you may need to install the File::Finder module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl64-5.20/site/lib C:/Perl64-5.20/lib) at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. Compilation failed in require at t/exclude_files.t line 8. BEGIN failed--compilation aborted at t/exclude_files.t line 8. t/exclude_files.t ..... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Can't locate File/Finder.pm in @INC (you may need to install the File::Finder module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl64-5.20/site/lib C:/Perl64-5.20/lib) at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. Compilation failed in require at t/exclude_perltidy.t line 7. BEGIN failed--compilation aborted at t/exclude_perltidy.t line 7. t/exclude_perltidy.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate File/Finder.pm in @INC (you may need to install the File::Finder module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl64-5.20/site/lib C:/Perl64-5.20/lib) at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. Compilation failed in require at t/is_file_tidy.t line 9. BEGIN failed--compilation aborted at t/is_file_tidy.t line 9. t/is_file_tidy.t ...... 1..2 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Can't locate File/Finder.pm in @INC (you may need to install the File::Finder module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl64-5.20/site/lib C:/Perl64-5.20/lib) at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. Compilation failed in require at t/list_files.t line 8. BEGIN failed--compilation aborted at t/list_files.t line 8. t/list_files.t ........ 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Can't locate File/Finder.pm in @INC (you may need to install the File::Finder module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl64-5.20/site/lib C:/Perl64-5.20/lib) at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Test-PerlTidy-20130104-HaRnvK\blib\lib/Test/PerlTidy.pm line 12. Compilation failed in require at t/perltidy.t line 7. BEGIN failed--compilation aborted at t/perltidy.t line 7. t/perltidy.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/pod-coverage.t ...... skipped: Set $ENV{TEST_AUTHOR} to a true value to run POD tests. t/pod.t ............... skipped: Set $ENV{TEST_AUTHOR} to a true value to run POD tests. t/strict.t ............ skipped: Set $ENV{TEST_AUTHOR} to a true value to run strict tests. Test Summary Report ------------------- t/exclude_files.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/exclude_perltidy.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/is_file_tidy.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 2 tests but ran 0. t/list_files.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/perltidy.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=9, Tests=0, 1 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: FAIL Failed 5/9 test programs. 0/0 subtests failed. dmake: Error code 255, while making 'test_dynamic' LARRYL/Test-PerlTidy-20130104.tar.gz one dependency not OK (File::Finder); additionally test harness failed dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports LARRYL/Test-PerlTidy-20130104.tar.gz Finished 2014-10-02T10:42:12