Update to 0.33
- New upstream release 0.33 - Fixed a mistake in the SYNOPSIS for Specio::Declare; the example for the - *_isa_type helpers was not correct - Removed the alpha warning from the docs; this is being used by enough of my modules on CPAN that I don't plan on doing any big breaking changes without a deprecation first
This commit is contained in:
parent
fe4668d1d8
commit
5d65e3ba4a
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Specio
|
Name: perl-Specio
|
||||||
Version: 0.32
|
Version: 0.33
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Type constraints and coercions for Perl
|
Summary: Type constraints and coercions for Perl
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
@ -134,11 +134,19 @@ make test
|
|||||||
%{_mandir}/man3/Test::Specio.3*
|
%{_mandir}/man3/Test::Specio.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 25 2017 Paul Howarth <paul@city-fan.org> - 0.33-1
|
||||||
|
- Update to 0.33
|
||||||
|
- Fixed a mistake in the SYNOPSIS for Specio::Declare; the example for the
|
||||||
|
- *_isa_type helpers was not correct
|
||||||
|
- Removed the alpha warning from the docs; this is being used by enough of my
|
||||||
|
modules on CPAN that I don't plan on doing any big breaking changes without
|
||||||
|
a deprecation first
|
||||||
|
|
||||||
* Fri Jan 13 2017 Paul Howarth <paul@city-fan.org> - 0.32-1
|
* Fri Jan 13 2017 Paul Howarth <paul@city-fan.org> - 0.32-1
|
||||||
- Update to 0.32
|
- Update to 0.32
|
||||||
- Fixed a bug in the inlining for types create by any_can_type() and
|
- Fixed a bug in the inlining for types create by any_can_type() and
|
||||||
object_can_type(); this inlining mostly worked by accident because of some
|
object_can_type(); this inlining mostly worked by accident because of some
|
||||||
List::Util XS magic, but this broke under the debugger (GH#17,
|
List::Util XS magic, but this broke under the debugger (GH#6,
|
||||||
https://github.com/houseabsolute/DateTime.pm/issues/49)
|
https://github.com/houseabsolute/DateTime.pm/issues/49)
|
||||||
|
|
||||||
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 0.31-1
|
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 0.31-1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Specio-0.32.tar.gz) = 6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b
|
SHA512 (Specio-0.33.tar.gz) = 3f146becb20aca63531d67fcd6dd78108b5e4c4620190148108d2ce359d2bf12a018a1e5a53a16bc0fa63f248a0a86c5614e711bfdd4e6c38e5e3eb2051178a2
|
||||||
|
Loading…
Reference in New Issue
Block a user