Update to 0.47
- New upstream release 0.47 - Change Specio constraint object's stringification overloading to return the type name rather than the default Perl object stringification, which gives you something like "Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous are special cased to return something you can print - All types now overload the 'eq' comparison operator: Moose expects types to be comparable in this manner when doing role summation (GH#18)
This commit is contained in:
parent
56d188638b
commit
0d186339fa
@ -5,11 +5,9 @@
|
||||
%bcond_with perl_Specio_enables_optional_test
|
||||
%endif
|
||||
|
||||
# TODO: Use perl(XString) in preference to perl(B) if it becomes available
|
||||
|
||||
Name: perl-Specio
|
||||
Version: 0.46
|
||||
Release: 5%{?dist}
|
||||
Version: 0.47
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
# lib/Specio/PartialDump.pm: GPL+ or Artistic
|
||||
# <https://github.com/houseabsolute/Specio/issues/17>
|
||||
@ -164,6 +162,16 @@ make test
|
||||
%{_mandir}/man3/Test::Specio.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2021 Paul Howarth <paul@city-fan.org> - 0.47-1
|
||||
- Update to 0.47
|
||||
- Change Specio constraint object's stringification overloading to return the
|
||||
type name rather than the default Perl object stringification, which gives
|
||||
you something like
|
||||
"Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous are
|
||||
special cased to return something you can print
|
||||
- All types now overload the 'eq' comparison operator: Moose expects types to
|
||||
be comparable in this manner when doing role summation (GH#18)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.46-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Specio-0.46.tar.gz) = 8dfc0e87bd640bd30aa9a92118f77305565dee2441f95c7e9f311b517c07573e3a0e977ea348eaf879dfafe6edc3c0d89625f28b5f3f0f2bff789178cd513802
|
||||
SHA512 (Specio-0.47.tar.gz) = 68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44
|
||||
|
Loading…
Reference in New Issue
Block a user