File: Makefile.PL

package info (click to toggle)
libhtml-table-perl 2.08a-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 1,968; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download | duplicates (4)
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::Table',
    'ABSTRACT_FROM' => 'lib/HTML/Table.pm',
    'VERSION_FROM' => 'lib/HTML/Table.pm', # finds $VERSION
    'LICENSE' => 'perl',
    'AUTHOR' => 'Anthony Peacock <a.peacock@chime.ucl.ac.uk',
);