X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1bf9848c35a8030051bd19069a4929ca087c6876;hb=9de5a97c1586f233315b83e2f09ee88052147184;hp=6a185101eca59c0b837f9409ab1cd85cd1234971;hpb=1aae440e61b68d1f703a63ead38411f5bb428062;p=catagits%2FGitalist.git diff --git a/Makefile.PL b/Makefile.PL index 6a18510..1bf9848 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,6 +64,7 @@ requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Plugin::Unicode::Encoding'; requires 'Catalyst::Plugin::SubRequest' => '0.15'; requires 'Catalyst::Action::RenderView'; +requires 'Catalyst::Action::REST'; requires 'Catalyst::Component::InstancePerContext'; requires 'Catalyst::Controller::ActionRole'; requires 'Catalyst::View::Component::SubInclude' => '0.07'; @@ -130,7 +131,7 @@ if ($ENV{GITALIST_RELEASE_TESTING}) { author_requires('WWW::Mechanize::TreeBuilder'); } -install_script glob('script/*.pl'); +install_script glob('script/*.p{l,sgi}'); auto_install; { # Make sure you REALLY REALLY have to have the env variable set to run