X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7d0349201912ef7dd572d1001ff9ae43d9e360bf;hb=e27ab5c58dc809041fcf3ef09cfc2e1ba9f4066a;hp=b8a521e90b83cbb4cc05df4ac4f5e3c7439aed96;hpb=4a610f74ec432feb55a3bb6bb1269ccbda5a3c36;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index b8a521e..7d03492 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings FATAL => 'all'; use inc::Module::Install 0.91; all_from 'lib/Web/Simple.pm'; -requires 'Perl6::Gather'; +requires 'Syntax::Keyword::Gather'; +requires 'Plack'; WriteAll;