diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-20 14:42:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-20 14:42:33 +0000 |
commit | 2d08fc491e0ed34ee61167a3f976f689adbbc289 (patch) | |
tree | 4665147c2d90e78a6b06ae5785548feac2de05fd /lib/Getopt/Long | |
parent | e41069f29fc7a1eb2dfac35a2b1b83885adc3694 (diff) | |
download | perl-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/CHANGES | 20 |
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 ----------------------- |