PATH=C:\MinGW-32\bin;C:\cygwin\bin;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-32\site\bin;C:\Perl-5.22-32\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\mysql-5.5.45-x64\bin;C:\mysql-5.5.45-x64\bin;=C:\mysql-5.5.45-win32\bin Start 2015-08-20T15:54:45 ActivePerl-2200 CPAN-2.00 PATH=C:\MinGW-32\bin;C:\cygwin\bin;C:\CPANFL~1.22-\var\megalib\bin;C:\PERL-5~1.22-\site\bin;C:\PERL-5~1.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~1.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~1.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\ Reading 'C:\cpanfly-5.22-32\var\cpan\Metadata' Database was generated on Thu, 20 Aug 2015 05:53:26 GMT Running make for B/BI/BINGOS/File-Fetch-0.48.tar.gz Checksum for C:\cpanfly-5.22-32\var\cpan\sources\authors\id\B\BI\BINGOS\File-Fetch-0.48.tar.gz ok File-Fetch-0.48/ File-Fetch-0.48/t/ File-Fetch-0.48/README File-Fetch-0.48/lib/ File-Fetch-0.48/MANIFEST File-Fetch-0.48/Makefile.PL File-Fetch-0.48/CHANGES File-Fetch-0.48/META.yml File-Fetch-0.48/META.json File-Fetch-0.48/lib/File/ File-Fetch-0.48/lib/File/Fetch.pm File-Fetch-0.48/t/null_subclass.t File-Fetch-0.48/t/01_File-Fetch.t CPAN.pm: Building B/BI/BINGOS/File-Fetch-0.48.tar.gz >>> C:\Perl-5.22-32\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for File::Fetch Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/File/Fetch.pm blib\lib\File\Fetch.pm BINGOS/File-Fetch-0.48.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-32\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t ####################### NOTE ############################## Some of these tests assume you are connected to the internet. If you are not, or if certain protocols or hosts are blocked and/or firewalled, these tests could fail due to no fault of the module itself. ########################################################### The locale codeset (cp1252) isn't one that perl can decode, stopped at C:/Perl-5.22-32/lib/Encode/Locale.pm line 120. Compilation failed in require at C:/Perl-5.22-32/lib/LWP/UserAgent.pm line 1001. # Looks like your test exited with 2 just after 109. t/01_File-Fetch.t .. ok 1 - use File::Fetch; ok 2 - User agent contains version ok 3 - Email contains '@' ok 4 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 5 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 8 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 9 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 10 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 11 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 15 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 16 - Able to parse uri 'git://github.com/jib/file-fetch.git' ok 17 - 'file' ok (file-fetch.git) for git://github.com/jib/file-fetch.git ok 18 - 'host' ok (github.com) for git://github.com/jib/file-fetch.git ok 19 - 'path' ok (/jib/) for git://github.com/jib/file-fetch.git ok 20 - 'scheme' ok (git) for git://github.com/jib/file-fetch.git ok 21 - 'uri' ok (git://github.com/jib/file-fetch.git) for git://github.com/jib/file-fetch.git ok 22 - Able to parse uri 'http://localhost/tmp/index.txt' ok 23 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 24 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 25 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 26 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 27 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 28 - Able to parse uri 'file://localhost/tmp/index.txt' ok 29 - 'host' ok () for file://localhost/tmp/index.txt ok 30 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 31 - Able to parse uri 'file:////hostname/share/tmp/foo.txt' ok 32 - 'file' ok (foo.txt) for file:////hostname/share/tmp/foo.txt ok 33 - 'host' ok (hostname) for file:////hostname/share/tmp/foo.txt ok 34 - 'path' ok (/tmp/) for file:////hostname/share/tmp/foo.txt ok 35 - 'scheme' ok (file) for file:////hostname/share/tmp/foo.txt ok 36 - 'share' ok (share) for file:////hostname/share/tmp/foo.txt ok 37 - 'uri' ok (file:////hostname/share/tmp/foo.txt) for file:////hostname/share/tmp/foo.txt ok 38 - Able to parse uri 'file:///D:/tmp/foo.txt' ok 39 - 'file' ok (foo.txt) for file:///D:/tmp/foo.txt ok 40 - 'host' ok () for file:///D:/tmp/foo.txt ok 41 - 'path' ok (/tmp/) for file:///D:/tmp/foo.txt ok 42 - 'scheme' ok (file) for file:///D:/tmp/foo.txt ok 43 - 'uri' ok (file:///D:/tmp/foo.txt) for file:///D:/tmp/foo.txt ok 44 - 'vol' ok (D:) for file:///D:/tmp/foo.txt ok 45 - Able to parse uri 'file:///D|/tmp/foo.txt' ok 46 - 'file' ok (foo.txt) for file:///D|/tmp/foo.txt ok 47 - 'host' ok () for file:///D|/tmp/foo.txt ok 48 - 'path' ok (/tmp/) for file:///D|/tmp/foo.txt ok 49 - 'scheme' ok (file) for file:///D|/tmp/foo.txt ok 50 - 'uri' ok (file:///D|/tmp/foo.txt) for file:///D|/tmp/foo.txt ok 51 - 'vol' ok (D:) for file:///D|/tmp/foo.txt ok 52 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 53 - ' Object' isa 'File::Fetch' ok 54 - Accessor 'file' ok (index.txt) ok 55 - Accessor 'path' ok (/pub/mirror/) ok 56 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 57 - Accessor 'host' ok (cpan.org) ok 58 - Accessor 'scheme' ok (ftp) ok 59 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 60 - ' Object' isa 'File::Fetch' ok 61 - Accessor 'scheme' ok (rsync) ok 62 - Accessor 'host' ok (cpan.pair.com) ok 63 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 64 - Accessor 'path' ok (/CPAN/) ok 65 - Accessor 'file' ok (MIRRORING.FROM) ok 66 - Object for uri 'git://github.com/jib/file-fetch.git' ok 67 - ' Object' isa 'File::Fetch' ok 68 - Accessor 'file' ok (file-fetch.git) ok 69 - Accessor 'scheme' ok (git) ok 70 - Accessor 'host' ok (github.com) ok 71 - Accessor 'uri' ok (git://github.com/jib/file-fetch.git) ok 72 - Accessor 'path' ok (/jib/) ok 73 - Object for uri 'http://localhost/tmp/index.txt' ok 74 - ' Object' isa 'File::Fetch' ok 75 - Accessor 'file' ok (index.txt) ok 76 - Accessor 'scheme' ok (http) ok 77 - Accessor 'host' ok (localhost) ok 78 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 79 - Accessor 'path' ok (/tmp/) ok 80 - Object for uri 'file://localhost/tmp/index.txt' ok 81 - ' Object' isa 'File::Fetch' ok 82 - Accessor 'host' ok () ok 83 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 84 - Object for uri 'file:////hostname/share/tmp/foo.txt' ok 85 - ' Object' isa 'File::Fetch' ok 86 - Accessor 'uri' ok (file:////hostname/share/tmp/foo.txt) ok 87 - Accessor 'host' ok (hostname) ok 88 - Accessor 'share' ok (share) ok 89 - Accessor 'path' ok (/tmp/) ok 90 - Accessor 'scheme' ok (file) ok 91 - Accessor 'file' ok (foo.txt) ok 92 - Object for uri 'file:///D:/tmp/foo.txt' ok 93 - ' Object' isa 'File::Fetch' ok 94 - Accessor 'file' ok (foo.txt) ok 95 - Accessor 'vol' ok (D:) ok 96 - Accessor 'uri' ok (file:///D:/tmp/foo.txt) ok 97 - Accessor 'host' ok () ok 98 - Accessor 'path' ok (/tmp/) ok 99 - Accessor 'scheme' ok (file) ok 100 - Object for uri 'file:///D|/tmp/foo.txt' ok 101 - ' Object' isa 'File::Fetch' ok 102 - Accessor 'vol' ok (D:) ok 103 - Accessor 'file' ok (foo.txt) ok 104 - Accessor 'scheme' ok (file) ok 105 - Accessor 'uri' ok (file:///D|/tmp/foo.txt) ok 106 - Accessor 'host' ok () ok 107 - Accessor 'path' ok (/tmp/) ok 108 - FF object for file:///C:/cpanfly-5.22-32/var/cpan/build/File-Fetch-0.48-EgSlWX/t/01_File-Fetch.t (fetch with lwp) ok 109 - Fetching 'file:///C:/cpanfly-5.22-32/var/cpan/build/File-Fetch-0.48-EgSlWX/t/01_File-Fetch.t' in file mode 1..109 Dubious, test returned 2 (wstat 512, 0x200) All 109 subtests passed t/null_subclass.t .. 1..5 ok 1 - use File::Fetch; ok 2 - An object of class 'File::Fetch' isa 'File::Fetch' ok 3 - File::Fetch::Subclass->can(...) ok 4 - An object of class 'File::Fetch::Subclass' isa 'File::Fetch::Subclass' ok 5 - An object of class 'File::Fetch::Subclass' isa 'File::Fetch' ok Test Summary Report ------------------- t/01_File-Fetch.t (Wstat: 512 Tests: 109 Failed: 0) Non-zero exit status: 2 Files=2, Tests=114, 4 wallclock secs ( 0.11 usr + 0.01 sys = 0.12 CPU) Result: FAIL Failed 1/2 test programs. 0/114 subtests failed. dmake: Error code 255, while making 'test_dynamic' BINGOS/File-Fetch-0.48.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports BINGOS/File-Fetch-0.48.tar.gz Finished 2015-08-20T15:54:56