From: Matt S Trout Date: Thu, 12 Jul 2012 19:14:57 +0000 (+0000) Subject: update manifest inclusions X-Git-Tag: v1.004000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c19606959105b304116814f73e52fb38bada86fa;p=p5sagit%2Fstrictures.git update manifest inclusions --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 2737805..fa971e1 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -5,5 +5,5 @@ use Distar; author 'mst - Matt S. Trout (cpan:MSTROUT) '; manifest_include( - '' => qr{t/smells-of-vcs/.exists}, + 't/smells-of-vcs' => qr{.*}, );