Cannot determine perl version info from lib/HTTP/Response/OnDisk.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Class::Accessor::Fast ...loaded. (0.31) - Class::Data::Inheritable ...loaded. (0.06) - Class::Inspector ...loaded. (1.18) - Fcntl ...loaded. (1.06) - File::Temp ...loaded. (0.18 >= 0.17) - File::Spec ...loaded. (3.25) - HTTP::Status ...loaded. (1.28) - HTTP::Headers ...loaded. (1.64) - Path::Class::Dir ...loaded. (0) [Bunzip2 Support] - IO::Uncompress::Bunzip2 ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [Y/n] y [MIME::QuotedPrint Support] - MIME::QuotedPrint ...loaded. (3.07) [Charset Decoding Support] - Encode ...loaded. (2.23) [Gunzip Support] - IO::Uncompress::Gunzip ...loaded. (2.008) [MIME::Base64 Support] - MIME::Base64 ...loaded. (3.07_01) Sorry, we have to rerun the configuration dialog for CPAN.pm due to some missing parameters... Do you want to use a different command for './Build install'? Sudo users will probably prefer: su root -c ./Build or sudo ./Build or /path1/to/sudo -u admin_account ./Build or some such. Your choice: [./Build] ./Build Please remember to call 'o conf commit' to make the config permanent! CPAN: File::HomeDir loaded ok (v0.66) *** Dependencies will be installed the next time you type 'make'. (You may need to do that as the 'root' user.) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for HTTP::Response::OnDisk /home/cpanrun/tmp/5.10.0/bin/perl "-Iinc" Makefile.PL --config= --installdeps=IO::Uncompress::Bunzip2,0 Cannot determine perl version info from lib/HTTP/Response/OnDisk.pm Sorry, we have to rerun the configuration dialog for CPAN.pm due to some missing parameters... Do you want to use a different command for './Build install'? Sudo users will probably prefer: su root -c ./Build or sudo ./Build or /path1/to/sudo -u admin_account ./Build or some such. Your choice: [./Build] ./Build Please remember to call 'o conf commit' to make the config permanent! CPAN: File::HomeDir loaded ok (v0.66) *** Installing dependencies... [MSG] No '/home/cpanrun/.cpanplus/custom-sources' dir, skipping custom sources *** Installing IO::Uncompress::Bunzip2... Running [/home/cpanrun/tmp/5.10.0/bin/perl /home/cpanrun/build/5.10.0/lib/../bin/cpanp-run-perl /home/cpanrun/.cpanplus/5.10.0/build/IO-Compress-Bzip2-2.008/Makefile.PL ]... Up/Downgrade not needed. Checking if your kit is complete... Looks good Warning: prerequisite Compress::Raw::Bzip2 2.008 not found. Writing Makefile for IO::Compress::Bzip2 Running [/home/cpanrun/tmp/5.10.0/bin/perl /home/cpanrun/build/5.10.0/lib/../bin/cpanp-run-perl /home/cpanrun/.cpanplus/5.10.0/build/Compress-Raw-Bzip2-2.008/Makefile.PL ]... Up/Downgrade not needed. Checking if your kit is complete... Looks good Writing Makefile for Compress::Raw::Bzip2 Running [/usr/bin/make test ]... make[1]: Entering directory `/home/cpanrun/.cpanplus/5.10.0/build/Compress-Raw-Bzip2-2.008' PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000prereq....ok t/01bzip2......ok t/99pod........ok All tests successful. Files=3, Tests=159, 1 wallclock secs ( 0.61 cusr + 0.17 csys = 0.78 CPU) make[1]: Leaving directory `/home/cpanrun/.cpanplus/5.10.0/build/Compress-Raw-Bzip2-2.008' Running [/usr/bin/make test ]... make[1]: Entering directory `/home/cpanrun/.cpanplus/5.10.0/build/IO-Compress-Bzip2-2.008' PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000prereq............ok t/001bzip2.............ok t/010examples..........ok t/100generic-bzip2.....ok t/101truncate-bzip2....ok t/102tied-bzip2........ok t/103newtied-bzip2.....ok t/104destroy-bzip2.....ok t/105oneshot-bzip2.....ok 2/970 skipped: various reasons t/106prime-bzip2.......ok t/107multi-bzip2.......ok t/108anyunc-bzip2......ok t/110encode-bzip2......ok t/999pod...............ok All tests successful, 2 subtests skipped. Files=14, Tests=8331, 19 wallclock secs ( 9.90 cusr + 4.30 csys = 14.20 CPU) make[1]: Leaving directory `/home/cpanrun/.cpanplus/5.10.0/build/IO-Compress-Bzip2-2.008' *** IO::Uncompress::Bunzip2 successfully installed. *** Module::AutoInstall installation finished. cp lib/HTTP/Response/OnDisk.pm blib/lib/HTTP/Response/OnDisk.pm Manifying blib/man3/HTTP::Response::OnDisk.3 /home/cpanrun/tmp/5.10.0/bin/perl "-Iinc" Makefile.PL --config= --installdeps=IO::Uncompress::Bunzip2,0 Cannot determine perl version info from lib/HTTP/Response/OnDisk.pm PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01_use.t t/02_basic.t t/03_lwp_response.t t/04_content.t t/99_pod-coverage.t t/99_pod.t t/01_use.............1..1 ok 1 - use Test::More; ok t/02_basic...........ok 1 - use HTTP::Response::OnDisk; ok 2 ok 3 - The object isa HTTP::Response::OnDisk ok 4 ok 5 ok 6 ok 7 ok 8 1..8 ok t/03_lwp_response....1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/04_content.........1..9 ok 1 ok 2 - storage directory is created ok 3 - The object isa File::Temp ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 - temporary file cleaned up ok t/99_pod-coverage....1..0 # Skip Enable TEST_POD environment variable to test POD skipped all skipped: Enable TEST_POD environment variable to test POD t/99_pod.............1..0 # Skip Enable TEST_POD environment variable to test POD skipped all skipped: Enable TEST_POD environment variable to test POD All tests successful, 2 tests skipped. Files=6, Tests=26, 1 wallclock secs ( 0.66 cusr + 0.22 csys = 0.88 CPU) /home/cpanrun/tmp/5.10.0/bin/perl "-Iinc" Makefile.PL --config= --installdeps=IO::Uncompress::Bunzip2,0 Cannot determine perl version info from lib/HTTP/Response/OnDisk.pm Installing /home/cpanrun/build/5.10.0/html/site/lib/HTTP/Response/OnDisk.html Installing /home/cpanrun/build/5.10.0/site/lib/HTTP/Response/OnDisk.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/HTTP::Response::OnDisk.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod