X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=2b724082fdf405a14f162ac89f6d9ee2fe4209ad;hb=6b8881af76a3ab4713cf78c8fb3a3a662117d7a6;hp=fefe9d93b03733b888557451361ca74d356b6dda;hpb=d81f898dc9b139b6af40e2b2edd1708e03ff6ad6;p=p5sagit%2Fstrictures.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index fefe9d9..2b72408 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,7 +1,10 @@ +BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } +use lib 'Distar/lib'; use Distar; author 'mst - Matt S. Trout (cpan:MSTROUT) '; manifest_include( - '' => qr{t/smells-of-vcs/.svn}, + 't/smells-of-vcs' => qr{.*}, + 't/dep_constellations' => '.pm', );