summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-08-17 06:35:28 -0400
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-08-17 06:35:28 -0400
commitd0b4af60d8660b51aed0c86af8b2ef7dc1c60258 (patch)
treeb86510f88f00e16ecbe2d50fea5963175e43b6e1 /Makefile.PL
parent23b877070c21d36a0df37a5db1dece9936519b98 (diff)
repository cpan metadata fix
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b1e28ba..29abf05 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,7 +21,7 @@ WriteMakefile(
license => 'http://dev.perl.org/licenses/',
homepage => 'https://github.com/noxxi/p5-net-inet6glue',
bugtracker => 'https://rt.cpan.org/Dist/Display.html?Queue=Net-INET6Glue',
- Repository => 'https://github.com/noxxi/p5-net-inet6glue',
+ repository => 'https://github.com/noxxi/p5-net-inet6glue',
},
},
$xt =~m{^y}i ? ( test => { TESTS => 't/*.t t/external/*.t' }):(),