Skip to content

Commit

Permalink
fixed a few small bugs in Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 22, 2014
1 parent 9901f89 commit 285746a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Makefile.PL
Expand Up @@ -16,15 +16,11 @@ WriteMakefile(
META_MERGE => {
requires => {perl => '5.010001'},
resources => {
license => ['http://www.opensource.org/licenses/artistic-license-2.0'],
homepage => 'http://mojolicio.us',
bugtracker => {web => 'https://github.com/kraih/mojo/issues'},
repository => {
url => 'https://github.com/kraih/mojo.git',
web => 'https://github.com/kraih/mojo',
type => 'git'
},
x_IRC => 'irc://irc.perl.org/#mojo'
license => 'http://www.opensource.org/licenses/artistic-license-2.0',
homepage => 'http://mojolicio.us',
bugtracker => 'https://github.com/kraih/mojo/issues',
repository => 'https://github.com/kraih/mojo.git',
x_IRC => 'irc://irc.perl.org/#mojo'
},
no_index => {directory => ['t']}
},
Expand Down

0 comments on commit 285746a

Please sign in to comment.