avoid needing . in @INC in dev mode
[gitmo/Algorithm-C3.git] / maint / Makefile.PL.include
CommitLineData
0ea9db7c 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar;
4use ExtUtils::MakeMaker 6.68 ();
5
6author [
7 'Stevan Little <stevan@iinteractive.com>',
8 'Brandon L. Black <blblack@gmail.com>',
9];
10
111;