X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=63f296a3e66f10b8a9dd418e2700e596ab4ef746;hp=0000000000000000000000000000000000000000;hb=9ed74472ddf9b087b3299ddcb289bd20dfc3ac3b;hpb=5936cc8318f15c0e59deb8c568c7b73a0dafd485 diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include new file mode 100644 index 0000000..63f296a --- /dev/null +++ b/maint/Makefile.PL.include @@ -0,0 +1,17 @@ +BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } +use lib 'Distar/lib'; +use Distar 0.001; + +use ExtUtils::MakeMaker 6.57_10 (); + +author [ + 'Yuval Kogman ', + 'Florian Ragwitz ', + 'Jesse Luehrs ', + 'Peter Rabbitson ', + 'Arthur Axel \'fREW\' Schmidt ', + 'Elizabeth Mattijsen ', + 'Greham Knop ', +]; + +1;