1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5    'NAME'	=> 'HTML::Table',
6    'ABSTRACT_FROM' => 'lib/HTML/Table.pm',
7    'VERSION_FROM' => 'lib/HTML/Table.pm', # finds $VERSION
8    'LICENSE' => 'perl',
9    'AUTHOR' => 'Anthony Peacock <a.peacock@chime.ucl.ac.uk',
10);
11