From: Karen Etheridge Date: Thu, 25 Sep 2014 02:31:32 +0000 (-0700) Subject: realclean is fully populated by Distar X-Git-Tag: v0.006017~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce2441a4c5cad3f16e0b2f840502324f7190bc7e;p=p5sagit%2FDevel-Declare.git realclean is fully populated by Distar --- diff --git a/Makefile.PL b/Makefile.PL index a75f0d6..c30913f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,8 +65,6 @@ WriteMakefile( C => [ 'Declare.c' ], XS => { 'Declare.xs' => 'Declare.c' }, - realclean => { FILES => 'Distar/' }, - $pkg->get_makefile_vars, );