X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bf0cba055573710c67cc465ef63aadc5aca5e080;hb=f80844de1ff71483c762fced3f3d50f9a2d4e604;hp=a8f5ab3a1eb7396c783c94b84c44fbe65b55ea6e;hpb=b57388298b15a15dd845f2f9bafe38b2ce1608d8;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*' ] }, );