Bump version and update Changes
[pod-constants.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 NAME => 'Pod::Constants',
5 VERSION_FROM => 'lib/Pod/Constants.pm',
6 ABSTRACT_FROM => 'lib/Pod/Constants.pm',
7 AUTHOR => ['Sam Vilain <sam@vilain.net>', 'Marius Gavrilescu <marius@ieval.ro>'],
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 }
20 );
This page took 0.022389 seconds and 4 git commands to generate.