Makefile.PL and $VERSION
[scpubgit/SCS.git] / maint / Makefile.PL.include
CommitLineData
2f796f69 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 't/pages' => qr/.*/;
8manifest_include 'share' => qr/.*/;