summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-06-15 12:35:17 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-06-15 12:35:17 +0100
commitbdb1f1b3738d343c9d3048636256f9d44854d329 (patch)
tree355114afe25dc2837ee03cdc5d07d029af82dd55 /Porting
parent874389ae053832437addcb8d34e734a61d519323 (diff)
downloadperl-bdb1f1b3738d343c9d3048636256f9d44854d329.tar.gz
Update Getopt-Long to CPAN version 2.50
[DELTA] Changes in version 2.50 ----------------------- * Fix bug https://rt.cpan.org/Ticket/Display.html?id=120231. * Fix bug https://rt.cpan.org/Ticket/Display.html?id=120300. Unfortunately, this withdraws a small part of fix 114999. GNU getopt_long() does not accept the (optional) argument to be passed to the option without = sign. We do, since not doing so breaks existing scripts. * Provide a default value for options (gnu_compat mode). Thanks to Andrew Gregory.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f5598a3366..d9445c7553 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -559,7 +559,7 @@ use File::Glob qw(:case);
},
'Getopt::Long' => {
- 'DISTRIBUTION' => 'JV/Getopt-Long-2.49.1.tar.gz',
+ 'DISTRIBUTION' => 'JV/Getopt-Long-2.50.tar.gz',
'FILES' => q[cpan/Getopt-Long],
'EXCLUDED' => [
qr{^examples/},