require newer Distar to handle README
[catagits/Catalyst-Manual.git] / maint / Makefile.PL.include
1 BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2 use lib 'Distar/lib';
3 use Distar 0.002000;
4
5 1;