use 5.010000; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'App::Web::Comstock', VERSION_FROM => 'lib/App/Web/Comstock.pm', ABSTRACT_FROM => 'lib/App/Web/Comstock.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.10.0', LICENSE => 'perl', SIGN => 1, PREREQ_PM => { qw/DateTime 0 DBIx::Simple 0 HTML::TreeBuilder 0 HTML::Element::Library 0 Plack::Builder 0 Plack::Request 0/, }, META_ADD => { dynamic_config => 0, resources => { repository => 'https://git.ieval.ro/?p=app-web-comstock.git', }, } );