From 288070b3d8b58f8f1585f5f4476cc830e3dee8ff Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 23 Dec 2008 20:37:48 +0000 Subject: added prereqs git-svn-id: svn://luxion/repos/WebCoso/trunk@391 fcb26f47-9200-0410-b104-b98ab5b095f3 --- Makefile.PL | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 3ecfbbc..c22d054 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,8 +2,31 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'WebCoso', - VERSION_FROM => 'script/webcoso.pl', - ABSTRACT_FROM => 'script/webcoso.pl', + VERSION => '0.9', + ABSTRACT => 'Coso per il web', AUTHOR => 'dakkar@thenautilus.net', EXE_FILES => ['script/webcoso.pl'], + PREREQ_PM => { + 'DateTime' => '0', + 'DateTime::Format::DateParse' => '0', + 'DateTime::Format::Strptime' => '0', + 'ExtUtils::MakeMaker' => '0', + 'File::Next' => '0', + 'File::Temp' => '0', + 'Getopt::Long' => '0', + 'List::MoreUtils' => '0', + 'List::Util' => '0', + 'Log::Log4perl' => '0', + 'Path::Class' => '0', + 'Slay::Maker' => '0', + 'Template' => '0', + 'Test::Exception' => '0', + 'Test::More' => '0', + 'Text::Restructured' => '0', + 'Text::Restructured::Writer::LibXML' => '0', + 'XML::LibXML' => '0', + 'XML::LibXML::XPathContext' => '0', + 'XML::LibXSLT' => '0', + 'YAML::Syck' => '0', + }, ); -- cgit v1.2.3