- updated to 2.580.0 (2.58) see /usr/share/doc/packages/perl-Getopt-Long/Changes Changes in version 2.58 ----------------------- * Be more precise about numeric errors (issue #26). * Add strict to G::L::Parser. * Doc enhancements, thanks to Elvin Aslanov. * Silence unnecessary test diagnostics (issue #29). OBS-URL: https://build.opensuse.org/request/show/1182890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Getopt-Long?expand=0&rev=13
226 lines
7.3 KiB
Plaintext
226 lines
7.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 23 16:20:10 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- updated to 2.580.0 (2.58)
|
|
see /usr/share/doc/packages/perl-Getopt-Long/Changes
|
|
|
|
Changes in version 2.58
|
|
-----------------------
|
|
|
|
* Be more precise about numeric errors (issue #26).
|
|
* Add strict to G::L::Parser.
|
|
* Doc enhancements, thanks to Elvin Aslanov.
|
|
* Silence unnecessary test diagnostics (issue #29).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 22:27:48 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Fix disabling of __perllib_provides
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 12 03:06:34 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.57
|
|
see /usr/share/doc/packages/perl-Getopt-Long/Changes
|
|
|
|
Changes in version 2.57
|
|
-----------------------
|
|
* Adapt tests for perl core, thanks to James Keenan.
|
|
Packaging changes only, no functional changes.
|
|
Changes in version 2.56
|
|
-----------------------
|
|
* Do not use Getopt::Long to establish Getopt::Long::Parser version.
|
|
Packaging changes only, no functional changes.
|
|
Changes in version 2.55
|
|
-----------------------
|
|
* Move Getopt::Long::Parser to a separate module and add
|
|
documentation. Note that Getopt::Long uses Getopt::Long::Parser, so
|
|
programs that use Getopt::Long and call the oo interface will still
|
|
work.
|
|
* Allow periods in option names, e.g. to indicate levels in a
|
|
hierarchical configuration. Since periods in option names have never
|
|
been valid, they are now allowed by default unless pass_through is
|
|
enabled.
|
|
* Fix long standing bug that duplicate options were not detected when
|
|
the options differ in case while ignore_case is in effect.
|
|
This will now yield a warning and become a fatal error in a future
|
|
release.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 18 03:06:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.54
|
|
see /usr/share/doc/packages/perl-Getopt-Long/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 19 03:07:50 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.52
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
Changes in version 2.52
|
|
-----------------------
|
|
* Added 'given' method to the callback object. This method return the
|
|
name of the option as passed by the user.
|
|
* Fix bug https://rt.cpan.org/Ticket/History.html?id=127584.
|
|
This is the case when an option has :s% and nothing was passed. This
|
|
currently gives a perl warning, issue a real error message instead.
|
|
* Added some tests, see https://rt.cpan.org/Ticket/Display.html?id=87581
|
|
* Fix doc issue 36380.
|
|
* Change CHANGES to Changes.
|
|
* Update links in README.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 13 05:10:37 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 2.51
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
Changes in version 2.51
|
|
-----------------------
|
|
|
|
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=122068.
|
|
|
|
* Fix bug https://rt.perl.org/Ticket/Display.html?id=134352.
|
|
|
|
* Fix warnings when getting options after calling Getopt::Long->VERSION.
|
|
Thanks to Dan Book.
|
|
|
|
* Fix issue https://rt.cpan.org/Ticket/Display.html?id=124789.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 28 05:46:34 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.50
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
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.
|
|
|
|
Changes in version 2.49.1
|
|
-------------------------
|
|
|
|
* Emergency fix Makefile.PL for non-GNUmake.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 12 13:07:20 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 2.49
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 6 09:59:21 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.48
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 18 17:46:44 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.47
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 7 08:34:26 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.46
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
Changes in version 2.46
|
|
-----------------------
|
|
|
|
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=104842
|
|
|
|
Kudo's to EDAVIS for finding this very obscure bug.
|
|
|
|
* Some small changes/additions to the test suite and examples.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 08:14:35 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.45
|
|
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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=101237
|
|
|
|
* Fix the Getopt::Long part of bug
|
|
https://rt.cpan.org/Ticket/Display.html?id=100335
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 25 14:28:55 UTC 2014 - coolo@suse.com
|
|
|
|
- initial package 2.42
|
|
* created by cpanspec 1.78.08
|
|
|