distar-ify
[p5sagit/Devel-GlobalDestruction-XS.git] / maint / Makefile.PL.include
1 BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2 use lib 'Distar/lib';
3 use Distar 0.001;
4
5 use ExtUtils::MakeMaker 6.57_10 ();
6
7 author 'Yuval Kogman <nothingmuch@woobling.org>';
8
9 manifest_include '' => 'XS.xs';
10 manifest_include '' => 'ppport.h';
11
12 1;