File: Makefile.PL

package info (click to toggle)
libhtml-clean-perl 0.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 312 kB
  • ctags: 37
  • sloc: perl: 1,727
file content (10 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
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::Clean',
    'VERSION_FROM' => 'lib/HTML/Clean.pm', # finds $VERSION
    'EXE_FILES'    => [ 'bin/htmlclean' ],    
    'dist'         => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);