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