]> iEval git - pod-constants.git/blob - Makefile.PL
d9ab6a05b65ea94cef1cba211bd16855a4f810b2
[pod-constants.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 'NAME' => 'Pod::Constants',
5 'VERSION_FROM' => "Constants.pm",
6 'PREREQ_PM' => { Pod::Parser => 1.13,
7 Test::Simple => 0.18,
8 },
9 ABSTRACT_FROM => 'Constants.pm',
10 AUTHOR => 'Sam Vilain <sam@vilain.net>',
11 );
This page took 0.040955 seconds and 3 git commands to generate.