summaryrefslogtreecommitdiff
path: root/lib/Getopt/Long
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-20 14:42:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-20 14:42:33 +0000
commit2d08fc491e0ed34ee61167a3f976f689adbbc289 (patch)
tree4665147c2d90e78a6b06ae5785548feac2de05fd /lib/Getopt/Long
parente41069f29fc7a1eb2dfac35a2b1b83885adc3694 (diff)
downloadperl-2d08fc491e0ed34ee61167a3f976f689adbbc289.tar.gz
Update to Getopt::Long 2.26_02, from Johan Vromans.
p4raw-id: //depot/perl@12533
Diffstat (limited to 'lib/Getopt/Long')
-rw-r--r--lib/Getopt/Long/CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/Getopt/Long/CHANGES b/lib/Getopt/Long/CHANGES
index b43606a5d6..deaa472fb2 100644
--- a/lib/Getopt/Long/CHANGES
+++ b/lib/Getopt/Long/CHANGES
@@ -1,3 +1,23 @@
+Changes in version 2.27
+-----------------------
+
+* Fix several problems with internal and external use of 'die' and
+ signal handlers.
+
+* Fixed some bugs with subtle combinations of bundling_override and
+ ignore_case.
+
+* A callback routine that is associated with a hash-valued option will
+ now have both the hask key and the value passed. It used to get only
+ the value passed.
+
+* Eliminated the use of autoloading. Autoloading kept generating
+ problems during development, and when using perlcc.
+
+* Lots of internal restructoring to make room for extensions.
+
+* Redesigned the regression tests.
+
Changes in version 2.26
-----------------------