Update to 0.48
- New upstream release 0.48 - Importing types into a class that inherited from another class that had imported types wouldn't work, leaving the child class with no 't()' sub
This commit is contained in:
parent
d6e1cf77e0
commit
675e6769bc
@ -1,2 +0,0 @@
|
|||||||
from Config import *
|
|
||||||
addFilter("spelling-error Summary\(en_US\) coercions -> ");
|
|
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-Specio
|
Name: perl-Specio
|
||||||
Version: 0.47
|
Version: 0.48
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Type constraints and coercions for Perl
|
Summary: Type constraints and coercions for Perl
|
||||||
# lib/Specio/PartialDump.pm: GPL+ or Artistic
|
# lib/Specio/PartialDump.pm: GPL+ or Artistic
|
||||||
# <https://github.com/houseabsolute/Specio/issues/17>
|
# <https://github.com/houseabsolute/Specio/issues/17>
|
||||||
@ -162,6 +162,11 @@ make test
|
|||||||
%{_mandir}/man3/Test::Specio.3*
|
%{_mandir}/man3/Test::Specio.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 12 2022 Paul Howarth <paul@city-fan.org> - 0.48-1
|
||||||
|
- Update to 0.48
|
||||||
|
- Importing types into a class that inherited from another class that had
|
||||||
|
imported types wouldn't work, leaving the child class with no 't()' sub
|
||||||
|
|
||||||
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.47-7
|
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.47-7
|
||||||
- Perl 5.36 re-rebuild of bootstrapped packages
|
- Perl 5.36 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
@ -185,8 +190,8 @@ make test
|
|||||||
- Change Specio constraint object's stringification overloading to return the
|
- Change Specio constraint object's stringification overloading to return the
|
||||||
type name rather than the default Perl object stringification, which gives
|
type name rather than the default Perl object stringification, which gives
|
||||||
you something like
|
you something like
|
||||||
"Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous are
|
"Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous types
|
||||||
special cased to return something you can print
|
are special cased to return something you can print
|
||||||
- All types now overload the 'eq' comparison operator: Moose expects types to
|
- All types now overload the 'eq' comparison operator: Moose expects types to
|
||||||
be comparable in this manner when doing role summation (GH#18)
|
be comparable in this manner when doing role summation (GH#18)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Specio-0.47.tar.gz) = 68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44
|
SHA512 (Specio-0.48.tar.gz) = 76fd2aa398008238d55714700581782c95b635a4d4198b1c51daecfec770b61b9898351cbc2bf999f4d837691de657c51a94581c0f0b21b67b605770d507729a
|
||||||
|
Loading…
Reference in New Issue
Block a user