File: Makefile.PL

package info (click to toggle)
libconfhelper-perl 0.12
  • links: PTS
  • area: main
  • in suites: woody
  • size: 148 kB
  • ctags: 6
  • sloc: sh: 111; makefile: 55; perl: 15
file content (7 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (2)
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'	=> 'ConfHelper',
    'VERSION_FROM' => 'ConfHelper.pm', # finds $VERSION
);