include moo-outdated in manifest
[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';
941a6305 3use Distar;
253d7c99 4
941a6305 5author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
253d7c99 6
75e99e0b 7manifest_include t => 'global-destruction-helper.pl';
58af3cd5 8manifest_include bin => 'moo-outdated';
75e99e0b 9
253d7c99 101;