Bump version and update Changes
[pod-constants.git] / Makefile.PL
CommitLineData
f46dd377
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
0ba616e0
MG
4 NAME => 'Pod::Constants',
5 VERSION_FROM => 'lib/Pod/Constants.pm',
6 ABSTRACT_FROM => 'lib/Pod/Constants.pm',
281d1f98 7 AUTHOR => ['Sam Vilain <sam@vilain.net>', 'Marius Gavrilescu <marius@ieval.ro>'],
0ba616e0
MG
8 MIN_PERL_VERSION => '5.6.2',
9 LICENSE => 'artistic_2',
10 SIGN => 1,
11 PREREQ_PM => {
12 qw/Pod::Parser 1.13/,
13 },
14 META_ADD => {
15 dynamic_config => 0,
16 resources => {
17 repository => 'https://git.ieval.ro/?p=pod-constants.git',
18 },
19 }
f46dd377 20);
This page took 0.009795 seconds and 4 git commands to generate.