Update to 0.42
- New upstream release 0.42 - Fixed checks for whether a class is loaded in light of upcoming optimization in Perl 5.28 (GH#12) - The Perl library claimed it provided types named LaxVersionStr and StrictVersionStr but they were really named LaxVersion and StrictVersion; the names have now been fixed to match the documentation, so they are LaxVersionStr and StrictVersionStr
This commit is contained in:
parent
e56f1552ab
commit
102b34f3bd
@ -1,5 +1,5 @@
|
||||
Name: perl-Specio
|
||||
Version: 0.40
|
||||
Version: 0.42
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
@ -148,6 +148,15 @@ make test
|
||||
%{_mandir}/man3/Test::Specio.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 6 2017 Paul Howarth <paul@city-fan.org> - 0.42-1
|
||||
- Update to 0.42
|
||||
- Fixed checks for whether a class is loaded in light of upcoming
|
||||
optimization in Perl 5.28 (GH#12)
|
||||
- The Perl library claimed it provided types named LaxVersionStr and
|
||||
StrictVersionStr but they were really named LaxVersion and StrictVersion;
|
||||
the names have now been fixed to match the documentation, so they are
|
||||
LaxVersionStr and StrictVersionStr
|
||||
|
||||
* Fri Aug 4 2017 Paul Howarth <paul@city-fan.org> - 0.40-1
|
||||
- Update to 0.40
|
||||
- Fixed more bugs with {any,object}_{can,does,isa}_type
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Specio-0.40.tar.gz) = c78354f7c2d6cb34297c12a035e06cced83c9b0275e46c7e9a8d4a881b400d07b88a514630f18b2eeba581208fe58390473b35df23bad247913f722f43ef3c83
|
||||
SHA512 (Specio-0.42.tar.gz) = 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0
|
||||
|
Loading…
Reference in New Issue
Block a user