Update of /cvsroot/sandweb/sandweb
In directory usw-pr-cvs1:/tmp/cvs-serv26794
Added Files:
Makefile.PL
Log Message:
* added initial Makefile.PL to begin build process work.
--- NEW FILE ---
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'SandWeb',
'VERSION_FROM' => 'lib/SandWeb.pm',
'PREFIX' => '/usr/local',
'PREREQ_PM' => {
'XML::Simple' => '1.05',
'HTML::Template' => '2.2',
},
);
|