X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9b80d0f5a5ad497619ffd13a8c2864df3ef236e0;hb=0012971dbf76b0d612dea994b6470596aa6fb629;hp=1385351d9d973f34454332d32f08a4525f80fa14;hpb=6f32ee73eba275f6cec5f9fa7ea78bf7c1f18fec;p=p5sagit%2FPackage-Variant.git 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 = ();