strip Module::Install, use Distar
[p5sagit/Data-Dumper-Concise.git] / maint / Makefile.PL.include
CommitLineData
679fe9d0 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar;
4
5author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
6
71;