X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=182fb0168eb5a451022ecc2eee6cf39c04059993;hb=9935bd6c7784067280343c2874336e3ca7c82000;hp=30db0fcc9914412bb0e2e7273e7a5ffb9cd77264;hpb=e4e3b52cf15ff10ff86c612922ae599884662f71;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index 30db0fc..182fb01 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 'Syntax::Keyword::Gather'; WriteAll;