File: Makefile.PL

package info (click to toggle)
libstring-escape-perl 1998.1204-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56 kB
  • ctags: 18
  • sloc: perl: 133; makefile: 42
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# use lib "./lib";
use ExtUtils::MakeMaker;

WriteMakefile(
  NAME => "String::Escape",
  DISTNAME => "String-Escape",
  VERSION_FROM => "lib/String/Escape.pm",
  PREREQ_PM => {},
  # 'clean' => {FILES => '*/*/*~'},
  'dist' => {COMPRESS=>'gzip -9f', SUFFIX=>'gz'},
);

# print "Created makefile. To build, test, and install, run:\n";
# print "\tmake\n";
# print "\tmake test\n";
# print "\tmake install\n";