File: Makefile.PL

package info (click to toggle)
libconfig-apacheformat-perl 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 828 kB
  • ctags: 19
  • sloc: perl: 408; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use ExtUtils::MakeMaker;
use 5.006001;
WriteMakefile(
    NAME		=> 'Config::ApacheFormat',
    VERSION_FROM	=> 'ApacheFormat.pm',
    PREREQ_PM		=> {
                            'Class::MethodMaker' => "1.08",
                            'Carp'               => 0,
                            'Text::Balanced'     => "1.89",
                            'File::Spec'         => "0.82",
                            'Scalar::Util'       => 0,
                           }, 
    ABSTRACT_FROM       => 'ApacheFormat.pm',
    AUTHOR              => 'Sam Tregar <sam@tregar.com>',
);