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