packaging for CPAN
[p5sagit/Distar.git] / maint / Makefile.PL.include
1 use lib 'lib';
2 use Distar;
3
4 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
5
6 manifest_include 'lib/Distar/helpers' => qr/.*/;
7
8 1;