include /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Catalyst-Plugin-Browser/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm Cannot determine perl version info from lib/Catalyst/Plugin/Browser.pm include inc/Module/Install/AutoInstall.pm include inc/Module/Install/Include.pm include inc/Module/AutoInstall.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Catalyst::Runtime ...missing. (would need 5.7006) - HTTP::BrowserDetect ...loaded. (0.99) ==> Auto-install the 1 mandatory module(s) from CPAN? [Y/n] y 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! *** Dependencies will be installed the next time you type 'make'. (You may need to do that as the 'root' user.) *** Module::AutoInstall configuration finished. include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Warning: prerequisite Catalyst::Runtime 5.7006 not found. Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Plugin::Browser /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Catalyst::Runtime,5.7006 include /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Catalyst-Plugin-Browser/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm Cannot determine perl version info from lib/Catalyst/Plugin/Browser.pm include inc/Module/Install/AutoInstall.pm include inc/Module/Install/Include.pm include inc/Module/AutoInstall.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! *** Installing dependencies... [MSG] No '/Users/cpanrun/.cpanplus/custom-sources' dir, skipping custom sources *** Installing Catalyst::Runtime... Running [/Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/../bin/cpanp-run-perl /Users/cpanrun/.cpanplus/5.10.0/build/Catalyst-Runtime-5.7011/Makefile.PL ]... *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Carp ...loaded. (1.08) - Class::Accessor::Fast ...loaded. (0.31) - Class::Data::Inheritable ...loaded. (0.06) - Class::Inspector ...loaded. (1.18 >= 1.06) - CGI::Simple::Cookie ...loaded. (1.103) - Data::Dump ...loaded. (1.08) - File::Modified ...loaded. (0.07) - HTML::Entities ...loaded. (1.35) - HTTP::Body ...missing. (would need 0.9) - HTTP::Headers ...loaded. (1.64 >= 1.64) - HTTP::Request ...loaded. (1.40) - HTTP::Response ...loaded. (1.53) - HTTP::Request::AsCGI ...missing. (would need 0.5) - LWP::UserAgent ...loaded. (2.036) - Module::Pluggable ...loaded. (3.6 >= 3.01) - NEXT ...loaded. (0.60_01) - Path::Class ...loaded. (0.16 >= 0.09) - Scalar::Util ...loaded. (1.19) - Text::SimpleTable ...missing. (would need 0.03) - Time::HiRes ...loaded. (1.9708) - Tree::Simple ...loaded. (1.18 >= 1.15) - Tree::Simple::Visitor::FindByPath ...loaded. (0.03) - URI ...loaded. (1.35 >= 1.35) - Text::Balanced ...loaded. (2.0.0) ==> Auto-install the 3 mandatory module(s) from CPAN? [Y/n] y *** Since we're running under CPANPLUS, I'll just let it take care of the dependency's installation later. *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Warning: prerequisite HTTP::Body 0.9 not found. Warning: prerequisite HTTP::Request::AsCGI 0.5 not found. Warning: prerequisite Text::SimpleTable 0.03 not found. Writing Makefile for Catalyst::Runtime Important: This library is for running Catalyst applications. For development and use of catalyst.pl and myapp_create.pl, make sure you also install the development tools package Catalyst::Devel. perl -MCPANPLUS -e 'install Catalyst::Devel' # or perl -MCPAN -e 'install Catalyst::Devel' To get some commonly used plugins, as well as the TT view and DBIC model, install Task::Catalyst in the same way. Have fun! Running [/Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/../bin/cpanp-run-perl /Users/cpanrun/.cpanplus/5.10.0/build/HTTP-Body-0.9/Makefile.PL ]... Checking if your kit is complete... Looks good Writing Makefile for HTTP::Body Running [/usr/bin/make test ]... PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use............ok t/02pod............skipped all skipped: set TEST_POD to enable this test t/03podcoverage....skipped all skipped: Test::Pod::Coverage 1.04 required t/04multipart......ok t/05urlencoded.....ok t/06octetstream....ok All tests successful, 2 tests skipped. Files=6, Tests=74, 3 wallclock secs ( 1.47 cusr + 0.35 csys = 1.82 CPU) Running [/Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/../bin/cpanp-run-perl /Users/cpanrun/.cpanplus/5.10.0/build/HTTP-Request-AsCGI-0.5/Makefile.PL ]... Checking if your kit is complete... Looks good Writing Makefile for HTTP::Request::AsCGI Running [/usr/bin/make test ]... PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.........ok t/04io..........ok t/05env.........ok t/06response....ok t/07forking.....ok t/08error.......ok All tests successful. Files=6, Tests=43, 2 wallclock secs ( 0.84 cusr + 0.31 csys = 1.15 CPU) Running [/Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/../bin/cpanp-run-perl /Users/cpanrun/.cpanplus/5.10.0/build/Text-SimpleTable-0.03/Makefile.PL ]... # running Build.PL /Users/cpanrun/build/5.10.0/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Text-SimpleTable' version '0.03' Running [/usr/bin/make test ]... /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 test t/01use............ok t/02pod............skipped all skipped: set TEST_POD to enable this test t/03podcoverage....skipped all skipped: Test::Pod::Coverage 1.04 required t/04tables.........ok All tests successful, 2 tests skipped. Files=4, Tests=5, 1 wallclock secs ( 0.26 cusr + 0.10 csys = 0.36 CPU) make: *** [installdeps] Hangup /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Catalyst::Runtime,5.7006 include /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Catalyst-Plugin-Browser/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm Cannot determine perl version info from lib/Catalyst/Plugin/Browser.pm include inc/Module/Install/AutoInstall.pm include inc/Module/Install/Include.pm include inc/Module/AutoInstall.pm PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/01use............1..1 ok 1 - use Catalyst::Plugin::Browser; ok t/02pod............1..0 # Skip set TEST_POD to enable this test skipped all skipped: set TEST_POD to enable this test t/03podcoverage....1..0 # Skip Test::Pod::Coverage 1.04 required skipped all skipped: Test::Pod::Coverage 1.04 required All tests successful, 2 tests skipped. Files=3, Tests=1, 2 wallclock secs ( 0.28 cusr + 0.11 csys = 0.39 CPU) /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Catalyst::Runtime,5.7006 include /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Catalyst-Plugin-Browser/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm Cannot determine perl version info from lib/Catalyst/Plugin/Browser.pm include inc/Module/Install/AutoInstall.pm include inc/Module/Install/Include.pm include inc/Module/AutoInstall.pm make: *** [htmlifypods] Hangup