use Module::Build; my $build = Module::Build->new( module_name => 'App::WRT', license => 'gpl', requires => { 'Data::Dumper' => 0, 'Exporter' => 0, 'File::Basename' => 0, 'File::Copy' => 0, 'File::Spec' => 0, 'Getopt::Long' => 0, 'HTML::Entities' => 0, 'Image::Size' => 0, 'JSON' => 0, 'POSIX' => 0, 'Text::Markdown::Discount' => '0.11', 'Text::Textile' => 0, 'Time::HiRes' => 0, 'XML::Atom::SimpleFeed' => '0.900', 'perl' => '5.10.0', }, resources => { repository => { url => 'git://code.p1k3.com/gitea/brennen/wrt.git', web => 'https://code.p1k3.com/gitea/brennen/wrt', type => 'git', }, } ); $build->create_build_script;