X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a75f0d6e6793d3c47c84cea05609b065388998df;hb=398c0bdbe46ecadcd927c4b63e0d998b2604a3b1;hp=c30913f2d365660b8a5e2144ff3d03f0ab03d00b;hpb=2252452e6faf3b4bc26b5923b997e7cc4f516eb3;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index c30913f..a75f0d6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,8 @@ WriteMakefile( C => [ 'Declare.c' ], XS => { 'Declare.xs' => 'Declare.c' }, + realclean => { FILES => 'Distar/' }, + $pkg->get_makefile_vars, );