diff options
Diffstat (limited to 'maint/Makefile.PL.include')
| -rw-r--r-- | maint/Makefile.PL.include | 7 |
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>'; |
