File: Makefile.PL

package info (click to toggle)
libhtml-table-perl 2.04a-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 128 kB
  • ctags: 75
  • sloc: perl: 1,090; makefile: 50
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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',
    'VERSION_FROM' => 'Table.pm', # finds $VERSION
);