use ExtUtils::MakeMaker;
%mods = (
'Cache::Cache' => 1.01,
'Class::Singleton' => 1.03,
'Config::ApacheFormat' => 1.1,
'Curses' => 1.06,
'Curses::Widgets' => 1.997,
'Curses::Forms' => 1.997,
'Cvs' => 0.01,
'Locale::Maketext' => 1.03,
'I18N::LangTags' => 0.27,
'Proc::ProcesxTable' => 0.38,
'String::Similarity' => 0.02,
'XML::LibXML' => 1.53,
'XML::Parser::PerlSAX' => 0.07,
'XML::PatAct::MatchName' => 0.07,
'XML::PatAct::ToObjects' => 0.07,
'Log::Log4perl' => 0.27,
'Exception::Class' => 1.11,
'IPC::Run' => 0.75,
'Apache::ConfigParser' => 0.06,
'Regexp::Common' => 2.111,
);
WriteMakefile(
NAME => 'Stac',
AUTHOR => '<toni@irational.org>',
ABSTRACT =>
'Web Applications deployment framework',
VERSION => '0.3.2',
PREREQ_PM => \%mods,
'EXE_FILES' => ['bin/stac'],
);
to top