get hints from strictures as late as possible
[p5sagit/Eval-WithLexicals.git] / maint / Makefile.PL.include
CommitLineData
f7759258 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
7manifest_include bin => 'tinyrepl';
8
91;