File: Makefile.PL

package info (click to toggle)
libapache-singleton-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 80 kB
  • ctags: 14
  • sloc: perl: 71; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Apache::Singleton',
    'VERSION_FROM' => 'lib/Apache/Singleton.pm', # finds $VERSION
    'PREREQ_PM' => {
	Test::More => 0.32,
	mod_perl => 0,
    },
);