Accepting request 600214 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/600214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Compare-ConstantTime?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2018-05-02 11:38:07 +00:00
committed by Git OBS Bridge
parent d4ba1cde96
commit 7f4d6d00f0
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Apr 24 05:51:48 UTC 2018 - coolo@suse.com
- updated to 0.320
see /usr/share/doc/packages/perl-String-Compare-ConstantTime/Changes
0.320 2018-04-22
* Added Travis and Appveyor testing (thanks Paul Cochrane)
* Use warnings pragmas (thanks Paul Cochrane)
* Many documentation and meta-data fixes/updates (thanks Paul Cochrane)
* Better test coverage for strings with/without utf8 flag
(thanks Paul Cochrane)
* Replace SvCUR with sv_len_utf8 to work around issue in debugging
versions of perl (see https://github.com/hoytech/String-Compare-ConstantTime/issues/4)
(thanks Paul Cochrane)
-------------------------------------------------------------------
Wed Feb 15 07:36:22 UTC 2017 - coolo@suse.com