| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.49
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=114999
Thanks Roy Ivy III for finding and fixing this.
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=113748
Thanks Tom Wyant for finding and fixing this.
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.48
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=39052.
Thanks to Roy Ivy III for digging this out and providing patches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.47
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=89513.
Should have done that earlier :)
This changes the format for accepted float numbers:
<optional sign>
<optional mantissa>
<optional dec.point and fraction>
<optional "e" and exponent>
Mantissa and decimal fraction may not both be omitted.
Underscores are permissible virtually anywhere in numbers for clarity.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.45
-----------------------
* Revert behaviour of the combination of <> and pass_through to what
is was in 2.42.
Thanks to Wilson Snyder to provide enhancements to the documentation
to clarify why <> and pass_through generally is a bad idea.
It is, however, very unfortunate to hear from users that their
programs *depend* on the undocumented pre-2.43 behaviour.
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.44
-----------------------
* Be gentle to the user community and turn fix 92462 into a warning.
This may be changed back to error in some future release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.43
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=92462
* Implement enhancement
https://rt.cpan.org/Public/Bug/Display.html?id=101537
* Fix the Getopt::Long part of bug
https://rt.cpan.org/Ticket/Display.html?id=100335
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.42
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=88707
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.41
-----------------------
* Change INSTALLDIRS to site for perl >= 5.011.
See https://rt.perl.org/rt3//Ticket/Display.html?id=116479
for details.
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.40
-----------------------
* Fix bug #86095 Possible problem with aliases
* Fix bug #85362 typo fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.39
-----------------------
* Fix unneccessary warnings when @ARGV contains undefs (yes, it
happens).
* Passing an object as first argument to the callback handler for <>
turned out to be a problem in cases where the argument was passed to
other modules, e.g., Archive::Tar. Revert the change since the added
functionality of the object is not really relevant for the <>
callback function.
* Silence the deprecation warnings from newgetopt.pl for the purpose
of testing. These tests will be removed along with newgetopt.pl in
the next major release of perl.
http://perl5.git.perl.org/perl.git/commit/b814bbfa9a2087bc
* Eliminiate spurious warning.
* Retain taintedness of command line option values.
* Document that you need to check GetOptions return value :).
* Several other minor documentation fixes and enhancements.
* Fix bug #67577 Parsing of type 'o' not correct for multiple values
|
|
|