X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0a3b6d9f148ee49edca6473262417427205b515a;hb=b454d9bb2c33864c114f3359fe2e1065133ec4cc;hp=4f426ccac51df51bf2c4154ba6a3a14fb2037582;hpb=7476eee4e598700bc0f5fbcc3cd7bcc43160adf3;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/Makefile.PL b/Makefile.PL index 4f426cc..0a3b6d9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,9 @@ requires 'Moose::Role'; requires 'MooseX::Types'; requires 'Carp'; requires 'namespace::clean'; +requires 'LWP::UserAgent'; +requires 'List::MoreUtils'; +requires 'URI'; test_requires 'Test::More' => '0.88'; test_requires 'Catalyst::View::TT'; @@ -27,5 +30,10 @@ catalyst; resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-View-Component-SubInclude'; +if ($Module::Install::AUTHOR) { + system("pod2text lib/Catalyst/View/Component/SubInclude.pm > README") + and die $! +} + auto_install; WriteAll;