Bump version and update Changes
[plack-middleware-basicstyle.git] / Makefile.PL
CommitLineData
1c93f4de
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'Plack::Middleware::BasicStyle',
6 VERSION_FROM => 'lib/Plack/Middleware/BasicStyle.pm',
7 ABSTRACT_FROM => 'lib/Plack/Middleware/BasicStyle.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
11 SIGN => 1,
12 PREREQ_PM => {
13 qw/HTML::Parser 0
14 Plack::Middleware 0
15 Plack::Request 0
16 Plack::Util 0
17 Plack::Util::Accessor 0/,
18 },
19 TEST_REQUIRES => {
20 qw/HTTP::Request::Common 0
21 Plack::Builder 0
22 Plack::Test 0
23 Test::More 0/,
24 },
25 META_ADD => {
26 dynamic_config => 1,
27 resources => {
28 repository => 'https://git.ieval.ro/?p=plack-middleware-basicstyle.git',
29 },
30 }
31);
This page took 0.009676 seconds and 4 git commands to generate.