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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76d12623bcf317d8e3c2a858df096a1053506ba273c47be83ce2fedeef08cd7b
size 29715

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51d6ce3e9501f5569d051fae33ccef468d6ae8ce4cbd69410dda616e06be86f8
size 29359

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> Sat Feb 13 03:07:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Data-Dump-Color %define cpan_name Data-Dump-Color
Name: perl-Data-Dump-Color Name: perl-Data-Dump-Color
Version: 0.243 Version: 0.245
Release: 0 Release: 0
Summary: Like Data::Dump, but with color Summary: Like Data::Dump, but with color
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later