The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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;