summaryrefslogtreecommitdiff
path: root/maint/Makefile.PL.include
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-08-21 16:58:41 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-08-21 16:58:41 +0000
commit7dd93df1d843cbb36356dbea8071fab21cf04c30 (patch)
tree7433801a3aebd8fd9976ca2ecd94fed7b643c337 /maint/Makefile.PL.include
downloadModule-Reader-tarball-master.tar.gz
Module-Reader-0.002003HEADModule-Reader-0.002003master
Diffstat (limited to 'maint/Makefile.PL.include')
-rw-r--r--maint/Makefile.PL.include7
1 files changed, 7 insertions, 0 deletions
diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include
new file mode 100644
index 0000000..e3a9588
--- /dev/null
+++ b/maint/Makefile.PL.include
@@ -0,0 +1,7 @@
+BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+use lib 'Distar/lib';
+use Distar;
+
+use ExtUtils::MakeMaker 6.58;
+
+author 'haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>';