use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'WWW::Passmark', VERSION_FROM => 'lib/WWW/Passmark.pm', ABSTRACT_FROM => 'lib/WWW/Passmark.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, PREREQ_PM => { qw/HTML::TreeBuilder 0 LWP::UserAgent 0 LWP::Protocol::https 0 List::MoreUtils 0/, }, TEST_REQUIRES => { qw/Test::RequiresInternet 0/, }, META_ADD => { dynamic_config => 0, resources => { repository => 'https://git.ieval.ro/?p=www-passmark.git', }, } );