Accepting request 459153 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/459153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2017-02-20 18:46:50 +00:00 committed by Git OBS Bridge
parent 5514ac73d1
commit 6553411406
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c75f366594f0d2a5a39ca9cf31b8dfa0e2564c148aa0e2805fd263530ceffa5
size 94969

3
Specio-0.36.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1399113b178dd9a2443f0e05bfd5bc665931442bf9e31b223893c7d2853c4480
size 96413

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Feb 20 07:27:28 UTC 2017 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-Specio/Changes
0.36 2017-02-19
- Inlined coercions would attempt to coerce for every type which matched the
value given, instead of stopping after the first type. Fixed by Graham Knop
(GH #11).
- Inlined coercions did not include the inline environment variables needed by
the type from which the coercion was being performed. Fixed by Graham Knop
(GH #8).
- When you use the same type repeatedly as coderef (for example, as a
constraint with Moo), it will only generated its subified form once, rather
than regenerating it each time it is de-referenced.
- Added an API to Specio::Subs to allow you to combine type libraries and
helper subs in one package for exporting. See the Specio::Exporter docs for
more details.
-------------------------------------------------------------------
Mon Feb 13 13:07:06 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Specio
Version: 0.35
Version: 0.36
Release: 0
%define cpan_name Specio
Summary: Type constraints and coercions for Perl