summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSteffen Ullrich <Steffen_Ullrich@genua.de>2013-05-31 08:24:00 +0200
committerSteffen Ullrich <Steffen_Ullrich@genua.de>2013-05-31 08:24:00 +0200
commit23b877070c21d36a0df37a5db1dece9936519b98 (patch)
tree77a48c0efd99f76728e68ed33bfc1390b8d7c146 /Makefile.PL
parent4ad74db82cb3910f603ac5846ca1ae43e9462b5b (diff)
0.600_1
- set AUTHOR in Makefile.PL back from array to string, because array is only supported in newer ExtUtils::MakeMaker versions
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 79c099a..b1e28ba 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ my $xt = prompt(
);
WriteMakefile(
NAME => 'Net::INET6Glue',
- AUTHOR => [ "Steffen Ullrich <sullr@cpan.org>" ],
+ AUTHOR => "Steffen Ullrich <sullr@cpan.org>",
LICENSE => 'perl',
VERSION_FROM => 'lib/Net/INET6Glue.pm',
PREREQ_PM => {