X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c71fa40d9887b98d367bd1cbb333c57ed37a16a0;hb=4dfe7bde3aca93267c77e8537eff7535a31a7159;hp=568ea2c70cd5ef48f7bc69c532758b6dfa41aa61;hpb=abc0ac2972d9fed921d1ad7afb4d71206ec81eb8;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 568ea2c..c71fa40 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,10 +24,10 @@ requires 'MooseX::MethodAttributes::Inheritable' => '0.19'; requires 'MooseX::Role::WithOverloading' => '0.05'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; -requires 'CGI::Simple::Cookie'; +requires 'CGI::Simple::Cookie' => '1.109'; requires 'Data::Dump'; requires 'HTML::Entities'; -requires 'HTTP::Body' => '1.04'; # makes uploadtmp work +requires 'HTTP::Body' => '1.06'; # ->cleanup(1) requires 'HTTP::Headers' => '1.64'; requires 'HTTP::Request' => '5.814'; requires 'HTTP::Response' => '5.813'; @@ -101,7 +101,8 @@ print <<"EOF"; you also install the development tools package Catalyst::Devel. perl -MCPANPLUS -e 'install Catalyst::Devel' # or - perl -MCPAN -e 'install Catalyst::Devel' + perl -MCPAN -e 'install Catalyst::Devel' # or + cpanm Catalyst::Devel To get some commonly used plugins, as well as the TT view and DBIC model, install Task::Catalyst in the same way.