aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2008-12-23 20:37:48 +0000
committerdakkar <dakkar@luxion>2008-12-23 20:37:48 +0000
commit288070b3d8b58f8f1585f5f4476cc830e3dee8ff (patch)
tree9bfd3f2c270ad0945f0b91a1fd70b4c84d34a8ae
parentfixed that damn title-related error (diff)
downloadWebCoso-288070b3d8b58f8f1585f5f4476cc830e3dee8ff.tar.gz
WebCoso-288070b3d8b58f8f1585f5f4476cc830e3dee8ff.tar.bz2
WebCoso-288070b3d8b58f8f1585f5f4476cc830e3dee8ff.zip
added prereqs
git-svn-id: svn://luxion/repos/WebCoso/trunk@391 fcb26f47-9200-0410-b104-b98ab5b095f3
-rw-r--r--Makefile.PL27
1 files 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',
+ },
);