Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
    come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
    it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
This commit is contained in:
Paul Howarth 2016-08-27 17:39:26 +01:00
parent e8fb2c0afb
commit 18e3714100
2 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Ref-Util
Version: 0.020
Release: 2%{?dist}
Version: 0.100
Release: 1%{?dist}
Summary: Utility functions for checking references
License: MIT
URL: http://search.cpan.org/dist/Ref-Util/
@ -20,7 +20,9 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
# Test Suite
BuildRequires: perl(B::Concise)
BuildRequires: perl(constant)
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::More)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -60,6 +62,19 @@ make test
%{_mandir}/man3/Ref::Util.3*
%changelog
* Sat Aug 27 2016 Paul Howarth <paul@city-fan.org> - 0.100-1
- Update to 0.100
- Support situations in op-code implementation where the parameters do not
come as a list
- Fix memory leak in dangling op
- Support magic (tied variables)
- Rework op implementation
- Speed up by changing the top of the stack instead of POPing and PUSHing
- Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
- Add license in Pod
- Specify minimum version of perl (5.6.2)
* Thu Jul 28 2016 Paul Howarth <paul@city-fan.org> - 0.020-2
- Sanitize for Fedora submission

View File

@ -1 +1 @@
a7078591083b9dea949709d7935cee25 Ref-Util-0.020.tar.gz
cd862b9a4ccae336d019978a3af694b2 Ref-Util-0.100.tar.gz