use Module::Build; my $build = Module::Build->new( module_name => 'App::GitFeed', license => 'gpl', requires => { 'perl' => '5.10.0', 'XML::Atom::SimpleFeed' => '0.8', 'HTML::Entities' => 0, 'Getopt::Long' => 0, 'IPC::System::Simple' => '0.11', } ); $build->create_build_script;