File: Makefile.PL

package info (click to toggle)
libpoe-filter-ircd-perl 2.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 64 kB
  • ctags: 11
  • sloc: perl: 155; makefile: 47
file content (13 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
# Blah!

WriteMakefile(
			  'NAME'	=> 'POE::Filter::IRCD',
			  'PREREQ_PM' => {
							  'POE'    => 0.3202,
							 },
			  'VERSION_FROM' => 'lib/POE/Filter/IRCD.pm', # finds $VERSION
			  'dist' => { 'COMPRESS' => 'gzip --best' },
			 );