Changelog for
perl-Getopt-Long-Descriptive-0.114.0-150600.46.1.noarch.rpm :
* Sun Jan 21 2024 timueller+perlAATTsuse.de- updated to 0.114 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.114 2024-01-20 17:14:21-05:00 America/New_York - a switch with (required => 0) is no longer treated as a required!
* Mon Dec 18 2023 timueller+perlAATTsuse.de- updated to 0.113 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.113 2023-12-15 16:55:46-05:00 America/New_York - improve line wrapping so spacers (non-option text lines) can use more horizontal characters - replace tabs (generally 8 space) indents in output with four spaces
* Tue Nov 21 2023 timueller+perlAATTsuse.de- updated to 0.112 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.112 2023-11-20 19:34:53-05:00 America/New_York - This version removes the redundant option warning, which is now provided by Getopt::Long v2.55 and later -- which is now required! As before, this will someday become fatal.
* Mon Jan 02 2023 timueller+perlAATTsuse.de- updated to 0.111 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.111 2022-12-31 21:15:52-05:00 America/New_York - clean up the required perl version in the code - update author contact info
* Mon Nov 01 2021 timueller+perlAATTsuse.de- updated to 0.110 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.110 2021-10-30 23:11:43-04:00 America/New_York - just small packaging updates
* Wed Mar 17 2021 timueller+perlAATTsuse.de- updated to 0.109 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.109 2021-03-16 19:55:45-04:00 America/New_York - eliminate warnings-count failure by requiring an ExtUtils::MakeMaker from late 2013 or later; without this, very old EUMM could pass -w to the tests, enabling more warnings than we wanted (thanks, Matthew Horsfall and Graham Knop!) 0.108 2021-03-16 09:54:51-04:00 America/New_York - provide diagnostics in tests when more warnings arrive than are expected
* Mon Mar 15 2021 timueller+perlAATTsuse.de- updated to 0.107 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.107 2021-03-14 16:15:57-04:00 America/New_York - Term::ReadKey has been dropped; caused too many problems - minimum version is now v5.10.1, not v5.10.0 0.106 2021-03-12 21:29:54-05:00 America/New_York - improved formatting of switches - when available, use Term::ReadKey to get terminal width - when an option name is defined twice, warn about it THIS WILL BECOME FATAL IN A FUTURE VERSION
* Wed Feb 26 2020 timueller+perlAATTsuse.de- updated to 0.105 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.105 2020-02-26 09:40:36+11:00 Australia/Melbourne - one_of suboptions now get accessors (thanks, Michael McClimon!)
* Sun Apr 28 2019 cooloAATTsuse.com- updated to 0.104 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.104 2019-04-27 10:50:50+01:00 Europe/London - allow for verbatim text in descripition options
* Fri Aug 03 2018 cooloAATTsuse.com- updated to 0.103 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.103 2018-08-02 11:11:30-04:00 America/New_York - show --[no-]option for boolean toggle options
* Wed Feb 21 2018 cooloAATTsuse.com- updated to 0.102 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.102 2018-02-20 14:44:17-05:00 America/New_York - long spacer lines are now line broken - \"empty\" spacer lines no longer have leading whitespace - option specifications \":+\" and \":5\" (etc.) now get better presentation in the usage description
* Wed Feb 07 2018 cooloAATTsuse.com- updated to 0.101 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.101 2018-01-21 19:32:11-05:00 America/New_York - escape some unescaped braces in regex
* Wed Jul 13 2016 cooloAATTsuse.com- updated to 0.100 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.100 2016-07-11 22:21:26-04:00 America/New_York - show off \"shortcircuit\" in synopsis (thanks, Zhenyi Zhou) - Fix rendering of complex types (\'iAATT\' → \'INT...\', etc) (thanks, Arthur Axel fREW Schmidt)
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 0.099 see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes 0.099 2015-01-23 21:11:09-05:00 America/New_York - options that take arguments now indicate the argument\'s type and whether it can be given multiply (thanks, Niels Thykier) 0.098 2014-11-16 14:35:34-05:00 America/New_York - when showing defaults, show false ones, too