Apply spelling patch from gregoa @ Debian (RT #72452)
[pod-constants.git] / Makefile.PL
CommitLineData
f46dd377
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
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.009502 seconds and 4 git commands to generate.