File: Makefile.PL

package info (click to toggle)
libapache-requestnotes-perl 0.06-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 60 kB
  • ctags: 8
  • sloc: perl: 55; makefile: 51
file content (10 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    'NAME'	   => 'Apache::RequestNotes',
    'VERSION_FROM' => 'RequestNotes.pm', # finds $VERSION
    'PREREQ_PM'    => { Apache::Request => 0.31_03,
                        Apache::Cookie  => 0 },
);