Accepting request 303900 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/303900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Sah-Normalize?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-25 08:04:12 +00:00
committed by Git OBS Bridge
parent 16d2598108
commit de7e1449f7
5 changed files with 56 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Apr 25 07:06:24 UTC 2015 - coolo@suse.com
- updated to 0.03
see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes
0.03 2015-04-24 (PERLANCAR)
- Add prototype to normalize_schema($) to catch common error like
normalize_schema(int => min=>1) when it should be
normalize_schema([int => min=>1]).
- Add benchmark devscript.
0.02 2015-04-24 (PERLANCAR)
- No functional changes.
- Mark compliance to DefHash 1.0.10 and add test (code to support
'prop(LANG)' has been previously added but not yet
documented/tested).
-------------------------------------------------------------------
Mon Apr 20 04:58:31 UTC 2015 - coolo@suse.com