summaryrefslogtreecommitdiff
path: root/cpan/Getopt-Long/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update Getopt-Long to CPAN version 2.49Chris 'BinGOs' Williams2016-06-141-6/+6
| | | | | | | | | | | | | | | [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.
* Update Getopt-Long to CPAN version 2.48Chris 'BinGOs' Williams2015-11-021-7/+13
| | | | | | | | | | | [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.
* Update Getopt-Long to CPAN version 2.47Chris 'BinGOs' Williams2015-06-221-10/+10
| | | | | | | | | | | | | | | | | | | | | | [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.
* Upgrade Getopt-Long from version 2.45 to 2.46Steve Hay2015-06-051-6/+6
|
* Update Getopt-Long to CPAN version 2.45Chris 'BinGOs' Williams2015-02-231-20/+15
| | | | | | | | | | | | | | | | [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.
* Update Getopt-Long to CPAN version 2.44Chris 'BinGOs' Williams2015-02-211-5/+7
| | | | | | | | | | [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.
* Update Getopt-Long to CPAN version 2.43Chris 'BinGOs' Williams2015-01-141-21/+74
| | | | | | | | | | | | | | | [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
* Update Getopt-Long to CPAN version 2.42Chris 'BinGOs' Williams2013-10-011-6/+5
| | | | | | | | | [DELTA] Changes in version 2.42 ----------------------- * Fix bug https://rt.cpan.org/Ticket/Display.html?id=88707
* Update Getopt-Long to CPAN version 2.41Chris 'BinGOs' Williams2013-07-091-4/+4
| | | | | | | | | | | | [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.
* Update Getopt-Long to CPAN version 2.40Chris 'BinGOs' Williams2013-06-161-9/+9
| | | | | | | | | | | [DELTA] Changes in version 2.40 ----------------------- * Fix bug #86095 Possible problem with aliases * Fix bug #85362 typo fix
* Update Getopt-Long to CPAN version 2.39Chris 'BinGOs' Williams2013-03-161-57/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* Move Getopt::Long from ext/ to cpan/Nicholas Clark2009-09-261-0/+2649