add version number to all public modules
[gitmo/Moo.git] / maint / Makefile.PL.include
CommitLineData
9730d6e9 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
013a2be3 3use Distar 0.001;
253d7c99 4
4cfea10d 5use ExtUtils::MakeMaker 6.57_10 ();
6
941a6305 7author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
253d7c99 8
75e99e0b 9manifest_include t => 'global-destruction-helper.pl';
58af3cd5 10manifest_include bin => 'moo-outdated';
75e99e0b 11
253d7c99 121;