File: Makefile.PL

package info (click to toggle)
libconfigfile-perl 1.2.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 36 kB
  • ctags: 8
  • sloc: perl: 65; makefile: 52
file content (7 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
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'              => 'ConfigFile',
    'VERSION_FROM'      => 'ConfigFile.pm', # finds $VERSION
);