whitespace cleanup
[gitmo/Class-C3-XS.git] / maint / Makefile.PL.include
CommitLineData
92f01312 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar 0.001;
4
5use ExtUtils::MakeMaker 6.57_10 ();
6
7author 'Brandon L. Black <blblack@gmail.com>';
8
91;