File: Makefile.PL

package info (click to toggle)
html-munger 0.01-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 60 kB
  • ctags: 10
  • sloc: perl: 99; makefile: 34
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	   => 'HTML::Munger',
    'PMLIBDIRS'	   => [ 'lib/HTML', 'lib/HTML/Munger' ],
    'VERSION_FROM' => 'Munger.pm',
    'dist' => { 'COMPRESS' => 'gzip' }
);