distarify
[catagits/Catalyst-Plugin-ConfigLoader.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.001;
4
5 author 'Brian Cassidy <bricas@cpan.org>';
6
7 manifest_include 't/mockapp' => '.pl';
8 manifest_include 't/lib' => '.pl';
9
10 1;