X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FRakudo-Star.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=cd9063b4080026b01b8ba57ea6733b2cf18bd5f7;hp=0000000000000000000000000000000000000000;hb=4e039c7cf312641cbbeeda786af74fb7de65e2d6;hpb=b11b29b25ef48e4c1d7d040561be09411bd470c0 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include new file mode 100644 index 0000000..cd9063b --- /dev/null +++ b/maint/Makefile.PL.include @@ -0,0 +1,12 @@ +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( + 'rakudo-star' => qr/.*/, +);