update Distar clone url
[p5sagit/Devel-GlobalDestruction-XS.git] / maint / Makefile.PL.include
CommitLineData
0c1625ec 1BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
10f4886c 2use lib 'Distar/lib';
3use Distar 0.001;
4
5use ExtUtils::MakeMaker 6.57_10 ();
6
7author 'Yuval Kogman <nothingmuch@woobling.org>';
8
9manifest_include '' => 'XS.xs';
10manifest_include '' => 'ppport.h';
11
121;