File: Makefile.PL

package info (click to toggle)
libhtml-simpleparse-perl 0.12-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 223; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'HTML::SimpleParse',
    'VERSION_FROM' => 'lib/HTML/SimpleParse.pm', # finds $VERSION
    'PL_FILES'  => {},
    'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
);