X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=9c38ea574a59948f24d12c1bff9a9e55c22b55c6;hp=0000000000000000000000000000000000000000;hb=88fedacfb8aa6bee6a8542d64ed90e549f91ffe2;hpb=837fdc4c1b81b0032be8cf1c06e0a13f4e153133 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include new file mode 100644 index 0000000..9c38ea5 --- /dev/null +++ b/maint/Makefile.PL.include @@ -0,0 +1,5 @@ +BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } +use lib 'Distar/lib'; +use Distar; + +author 'Joel Bernstein ';