File: Makefile.PL

package info (click to toggle)
delimmatch 1.06a-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 68 kB
  • ctags: 24
  • sloc: perl: 631; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Text::DelimMatch',
    'VERSION_FROM' => 'DelimMatch.pm', # finds $VERSION
);