X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b3f07e4c32a57ae80514e1e3f5ca19dbc134e9e0;hb=93b577b582750b1e84d1bfaf916e2d0f5ef9d0ba;hp=d7198f655d7075feb196bb3d37655bff2e02d667;hpb=8522f4d534fb0a64f7be010048e988dfda658258;p=p5sagit%2Flocal-lib.git diff --git a/Makefile.PL b/Makefile.PL index d7198f6..b3f07e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -260,4 +260,10 @@ resources( homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/local-lib.git', bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=local-lib', ); + +makemaker_args( + clean => { FILES => 't/dist/*/MYMETA* t/dist/*/blib t/dist/EUMM/Makefile t/dist/EUMM/pm_to_blib t/dist/MB/Build t/dist/MB/_build' }, + realclean => { FILES => 'MANIFEST MANIFEST.SKIP.bak' }, +); + WriteAll;