Accepting request 898659 from devel:languages:perl:autoupdate

- updated to 0.245
   see /usr/share/doc/packages/perl-Data-Dump-Color/Changes
  0.245   2021-06-05  Released-By: PERLANCAR; Urgency: medium
  	- Avoid another case of undef warnings.
  	- Handle NO_COLOR (NO_COLOR is handled by ColorThemeUtil::ANSI
  	  also, but we directly handle it to be slightly more efficient.
  	- [doc] Update FAQ item on color theme.
  	- [doc] Fix GitHub issue/PR number in Changes.
  0.244   2021-06-04  Released-By: PERLANCAR; Urgency: medium
  	- Enable warnings, since vars.pm requires warnings.pm anyway, so no
  	  startup-time saving was accomplished.
  	- Avoid warning caused by duplicate declaration (GH#10).

OBS-URL: https://build.opensuse.org/request/show/898659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dump-Color?expand=0&rev=5
This commit is contained in:
Christian Wittmer
2021-06-19 10:24:02 +00:00
committed by Git OBS Bridge
parent 34b0c1cba3
commit 826ddc543d
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jun 6 03:06:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.245
see /usr/share/doc/packages/perl-Data-Dump-Color/Changes
0.245 2021-06-05 Released-By: PERLANCAR; Urgency: medium
- Avoid another case of undef warnings.
- Handle NO_COLOR (NO_COLOR is handled by ColorThemeUtil::ANSI
also, but we directly handle it to be slightly more efficient.
- [doc] Update FAQ item on color theme.
- [doc] Fix GitHub issue/PR number in Changes.
0.244 2021-06-04 Released-By: PERLANCAR; Urgency: medium
- Enable warnings, since vars.pm requires warnings.pm anyway, so no
startup-time saving was accomplished.
- Avoid warning caused by duplicate declaration (GH#10).
-------------------------------------------------------------------
Sat Feb 13 03:07:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>