c55cdaf12987cf7cc3e201c32094ae1d0d3d4223
[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>',
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.021216 seconds and 3 git commands to generate.