Update to 0.31

- New upstream release 0.31
  - The stack trace contained by Specio::Exception objects no longer includes
    stack frames for the Specio::Exception package
  - Made the inline_environment() and description() methods public on type and
    coercion objects
This commit is contained in:
Paul Howarth 2016-11-07 09:31:51 +00:00
parent c9bbef927b
commit 3cbfb70ff9
2 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Specio
Version: 0.30
Release: 2%{?dist}
Version: 0.31
Release: 1%{?dist}
Summary: Type constraints and coercions for Perl
License: Artistic 2.0
URL: http://search.cpan.org/dist/Specio/
@ -86,7 +86,7 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -137,6 +137,13 @@ make test
%{_mandir}/man3/Test::Specio.3*
%changelog
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 0.31-1
- Update to 0.31
- The stack trace contained by Specio::Exception objects no longer includes
stack frames for the Specio::Exception package
- Made the inline_environment() and description() methods public on type and
coercion objects
* Thu Oct 20 2016 Petr Pisar <ppisar@redhat.com> - 0.30-2
- Break build cycle: perl-Moose perl-DateTime perl-Specio
@ -145,7 +152,7 @@ make test
- Fix a bug with the Sub::Quoted sub returned by $type->coercion_sub; if a
type had more than one coercion, the generated sub could end up coercing
the value to undef some of the time and, depending on hash key ordering,
this could end up being a heisenbug that only occured some of the time
this could end up being a heisenbug that only occurred some of the time
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.29-1
- Update to 0.29

View File

@ -1 +1 @@
a13555cdf2f17b275ec5edccac58bf64 Specio-0.30.tar.gz
7b3c109fbf6550e282ef77ccd9991e10 Specio-0.31.tar.gz