summaryrefslogtreecommitdiff
path: root/maint/Makefile.PL.include
diff options
context:
space:
mode:
Diffstat (limited to 'maint/Makefile.PL.include')
-rw-r--r--maint/Makefile.PL.include17
1 files changed, 17 insertions, 0 deletions
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 <nothingmuch@woobling.org>',
+ 'Florian Ragwitz <rafl@debian.org>',
+ 'Jesse Luehrs <doy@tozt.net>',
+ 'Peter Rabbitson <ribasushi@cpan.org>',
+ 'Arthur Axel \'fREW\' Schmidt <frioux@gmail.com>',
+ 'Elizabeth Mattijsen <liz@dijkmat.nl>',
+ 'Greham Knop <haarg@haarg.org>',
+];
+
+1;