summaryrefslogtreecommitdiff
path: root/maint/Makefile.PL.include
blob: 63f296a3e66f10b8a9dd418e2700e596ab4ef746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar 0.001;

use ExtUtils::MakeMaker 6.57_10 ();

author [
  'Yuval Kogman <nothingmuch@woobling.org>',
  'Florian Ragwitz <rafl@debian.org>',
  'Jesse Luehrs <doy@tozt.net>',
  'Peter Rabbitson <ribasushi@cpan.org>',
  'Arthur Axel \'fREW\' Schmidt <frioux@gmail.com>',
  'Elizabeth Mattijsen <liz@dijkmat.nl>',
  'Greham Knop <haarg@haarg.org>',
];

1;