X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=a12c1de26b0d5642705d3fa88ecf6a00423c9d2d;hp=0000000000000000000000000000000000000000;hb=f7759258716691d8a6c62cf4d6e70ebef7952f8d;hpb=ed9faa559a0618007bf226651f2d0e5a75f0b577 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include new file mode 100644 index 0000000..a12c1de --- /dev/null +++ b/maint/Makefile.PL.include @@ -0,0 +1,9 @@ +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 bin => 'tinyrepl'; + +1;