Remove extraneous files
[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.021377 seconds and 4 git commands to generate.