Changed changelog...
[dh-make-perl] / dev / arm / libhtml-tagset-perl / libhtml-tagset-perl-3.20 / Makefile.PL
1 # This -*-perl-*- program writes the Makefile for installing this distribution.
2 #
3 # See "perldoc perlmodinstall" or "perldoc ExtUtils::MakeMaker" for
4 # info on how to control how the installation goes.
5
6 require 5.004;
7 use strict;
8 use ExtUtils::MakeMaker;
9
10 WriteMakefile(
11     NAME            => 'HTML::Tagset',
12     AUTHOR          => 'Andy Lester <andy@petdance.com>',
13     VERSION_FROM    => 'Tagset.pm', # finds $VERSION
14     ABSTRACT_FROM   => 'Tagset.pm', # retrieve abstract from module
15     PMLIBDIRS       => [qw(lib/)],
16     dist            => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
17     clean           => { FILES => 'HTML-Tagset-*' },
18
19 );