use ExtUtils::HasCompiler for compiler detection
[p5sagit/Devel-GlobalDestruction.git] / maint / Makefile.PL.include
CommitLineData
9ed74472 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 [
8 'Yuval Kogman <nothingmuch@woobling.org>',
9 'Florian Ragwitz <rafl@debian.org>',
10 'Jesse Luehrs <doy@tozt.net>',
11 'Peter Rabbitson <ribasushi@cpan.org>',
12 'Arthur Axel \'fREW\' Schmidt <frioux@gmail.com>',
13 'Elizabeth Mattijsen <liz@dijkmat.nl>',
9a8f4463 14 'Graham Knop <haarg@haarg.org>',
9ed74472 15];
16
caf20b64 17manifest_include inc => '.pm';
18
9ed74472 191;