X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bf0cba055573710c67cc465ef63aadc5aca5e080;hb=90217864440f3ffadbbeaa12dbb76686dffadefd;hp=bbd51bc1879cb5ba4f58575a13957c4ed4ba3ed7;hpb=9136e7f4fad0da1b14ccd2563a9d2b417ef0f137;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index bbd51bc..bf0cba0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,9 @@ WriteMakefile( PREREQ_PM => { 'Syntax::Keyword::Gather' => '1.001', 'Plack' => '0.9968', - 'Moo' => '0.009005', + 'Moo' => '0.009014', 'warnings::illegalproto' => '0.001', 'Data::Dumper::Concise' => '2.020', }, + realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, );