CPANTS compliance + Bump version and update Changes
[acme-evil.git] / Makefile.PL
1 use 5.008009;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile(
5 NAME => 'Acme::Evil',
6 VERSION_FROM => 'lib/evil.pm',
7 ABSTRACT => 'RFC 3514 (evil bit) implementation for Perl modules',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.10.1',
10 LICENSE => 'perl',
11 SIGN => 1,
12 PREREQ_PM => {},
13 META_ADD => {
14 dynamic_config => 0,
15 resources => {
16 repository => 'https://git.ieval.ro/?p=acme-evil.git',
17 },
18 }
19
20 );
This page took 0.020627 seconds and 4 git commands to generate.