File: Makefile.PL

package info (click to toggle)
libapache-mod-perl 1.21.20000309-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,632 kB
  • ctags: 1,295
  • sloc: perl: 7,049; ansic: 5,214; sh: 356; makefile: 171
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME	=> "Apache::Symbol",
    VERSION_FROM => "Symbol.pm",
    'dist'    => {
	COMPRESS=> 'gzip -9f', SUFFIX=>'gz',
    },
);