From: Graham Knop Date: Tue, 3 Feb 2015 05:27:40 +0000 (-0500) Subject: remove extraneous manifest includes X-Git-Tag: v1.999_002~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=1998749604fb426e4ae3b3c3a2e5491bd75e3b3d remove extraneous manifest includes --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 2b72408..3f4e47a 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -3,8 +3,3 @@ use lib 'Distar/lib'; use Distar; author 'mst - Matt S. Trout (cpan:MSTROUT) '; - -manifest_include( - 't/smells-of-vcs' => qr{.*}, - 't/dep_constellations' => '.pm', -);