File: Makefile.PL

package info (click to toggle)
libalgorithm-diff-perl 1.19.01-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 89
  • sloc: perl: 1,478; makefile: 49
file content (7 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (7)
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'          => 'Algorithm::Diff',
    'VERSION_FROM'  => 'lib/Algorithm/Diff.pm', # finds $VERSION
);