Release commit for 0.022
[catagits/Web-Simple.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;
4
5 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
6
7 manifest_include 't/globbery' => qr/.*/;
8 manifest_include 'docs' => qr/.*/;
9 manifest_include 'examples' => qr/.*/;
10 manifest_include 'lib' => qr/.*\.pod$/;