Skip to content

Commit

Permalink
Merge pull request #835 from kraih/meta-spec-2
Browse files Browse the repository at this point in the history
update Makefile.PL to meta-spec v2 and set dynamic_config to 0
  • Loading branch information
kraih committed Aug 28, 2015
2 parents 834be7c + 4cddc83 commit 20a8efa
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions Makefile.PL
Expand Up @@ -15,15 +15,21 @@ WriteMakefile(
AUTHOR => 'Sebastian Riedel <sri@cpan.org>',
LICENSE => 'artistic_2',
META_MERGE => {
requires => {perl => '5.010001'},
resources => {
license => 'http://www.opensource.org/licenses/artistic-license-2.0',
dynamic_config => 0,
'meta-spec' => {version => 2},
no_index => {directory => ['examples', 't']},
prereqs => {runtime => {requires => {perl => '5.010001'}}},
resources => {
bugtracker => {web => 'https://github.com/kraih/mojo/issues'},
homepage => 'http://mojolicio.us',
bugtracker => 'https://github.com/kraih/mojo/issues',
repository => 'https://github.com/kraih/mojo.git',
license => ['http://www.opensource.org/licenses/artistic-license-2.0'],
repository => {
type => 'git',
url => 'https://github.com/kraih/mojo.git',
web => 'https://github.com/kraih/mojo',
},
x_IRC => 'irc://irc.perl.org/#mojo'
},
no_index => {directory => ['examples', 't']}
},
PREREQ_PM => {
'IO::Socket::IP' => '0.26',
Expand Down

0 comments on commit 20a8efa

Please sign in to comment.