X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e61016865eb75206551a91a32219dc2298a39c9f;hb=83a34a144e65b369a5d21eb5935ec8aa9bd14521;hp=2f15d0e83eb31685672bb52f2ab31eb4a40068c9;hpb=e226a3e601316851c1a7ab05e177be6db7a109ce;p=catagits%2FCatalystX-HelpText.git diff --git a/Makefile.PL b/Makefile.PL index 2f15d0e..e610168 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,10 +7,20 @@ use Module::Install::AuthorTests; name 'CatalystX-HelpText'; all_from 'lib/CatalystX/HelpText.pm'; +install_script 'bin/search_undocumented_templates.pl'; + requires 'Moose'; requires 'namespace::autoclean'; +requires 'Try::Tiny'; +requires 'Moose::Autobox'; +requires 'MooseX::Types'; +requires 'MooseX::Types::Path::Class'; +requires 'MooseX::Getopt'; +requires 'Template'; +requires 'List::MoreUtils'; build_requires 'Catalyst::Runtime' => '5.80015'; +build_requires 'Catalyst::View::TT' => '0.37'; build_requires 'Test::WWW::Mechanize::Catalyst'; build_requires 'Test::More' => '0.88'; @@ -19,7 +29,7 @@ author_requires 'Test::Pod' => '1.14'; author_tests 't/author'; -resources repository => 'git://somewhere.com/myproject.git'; +resources repository => 'git://git.shadowcat.co.uk/catagits/CatalystX-HelpText'; if ($Module::Install::AUTHOR) { system("pod2text lib/CatalystX/HelpText.pm > README")