summaryrefslogtreecommitdiff
path: root/maint/Makefile.PL.include
blob: e3a9588bf9db140377e225a588e6a9eb0960a816 (plain)
1
2
3
4
5
6
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>';