use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. $NAME = 'HTMLObject'; $DISTNAME= "libhtmlobject-perl"; WriteMakefile( 'NAME' => $NAME, 'VERSION_FROM' => 'HTMLObject/Base.pm', 'DISTNAME' => $DISTNAME, 'PREREQ_PM' => { 'Data::FormValidator' => 0 }, 'AUTHOR' => 'James A. Pattie ', 'ABSTRACT' => 'Collection of modules that faciliate creation of HTML Documents', );