From: Karen Etheridge Date: Thu, 14 Aug 2014 18:21:36 +0000 (-0700) Subject: add some realclean targets X-Git-Tag: v1.002001~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=commitdiff_plain;h=48243f83d39ec7c0d10b6a64d90a121f59995228 add some realclean targets --- diff --git a/Makefile.PL b/Makefile.PL index 1385351..9b80d0f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,6 +29,8 @@ my %META = ( }, }, no_index => { directory => [ 't', 'xt', ], package => [ 'string' ] }, + + realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my %MM_ARGS = ();