The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/env perl
# $File: //member/autrijus/PAR-Dist/Makefile.PL $ $Author: autrijus $
# $Revision: #5 $ $Change: 9530 $ $DateTime: 2004/01/01 05:24:09 $

use inc::Module::Install;

name	    ('PAR-Dist');
author	    ('Audrey Tang (autrijus@autrijus.org)');
abstract    ('Create and manipulate PAR distributions');
version_from('lib/PAR/Dist.pm');
license	    ('perl');

&WriteAll   ( sign => 1 );