X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bf0cba055573710c67cc465ef63aadc5aca5e080;hb=f1de4ab8c91d72c168a15c0705761ff5099ab2cf;hp=a8f5ab3a1eb7396c783c94b84c44fbe65b55ea6e;hpb=a9c43ca61d2d3d4bc58acb1dd1f68b9e920785af;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index a8f5ab3..bf0cba0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,4 +15,5 @@ WriteMakefile( 'warnings::illegalproto' => '0.001', 'Data::Dumper::Concise' => '2.020', }, + realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, );