diff --git a/Specio-0.35.tar.gz b/Specio-0.35.tar.gz deleted file mode 100644 index eccbf28..0000000 --- a/Specio-0.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c75f366594f0d2a5a39ca9cf31b8dfa0e2564c148aa0e2805fd263530ceffa5 -size 94969 diff --git a/Specio-0.36.tar.gz b/Specio-0.36.tar.gz new file mode 100644 index 0000000..4b5009d --- /dev/null +++ b/Specio-0.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1399113b178dd9a2443f0e05bfd5bc665931442bf9e31b223893c7d2853c4480 +size 96413 diff --git a/perl-Specio.changes b/perl-Specio.changes index d398f07..8f1dfd3 100644 --- a/perl-Specio.changes +++ b/perl-Specio.changes @@ -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 diff --git a/perl-Specio.spec b/perl-Specio.spec index fdb8dd4..d7f344b 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -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