use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'WebCoso',
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',
'Template::Plugin::DateTime::Format' => '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',
},
);