normalize changelog formatting
[p5sagit/local-lib.git] / maint / Makefile.PL.include
CommitLineData
72a295ed 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar 0.001;
4
5use ExtUtils::MakeMaker 6.57_10 ();
6
7author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
8
9manifest_include eg => 'scripted_install.pl';
10
11manifest_include lib => '.pod';
12
131;