Update to 0.101
- New upstream release 0.101 - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30) - Update README
This commit is contained in:
parent
d9acc03ffe
commit
8dc0fddc67
@ -1,5 +1,5 @@
|
||||
Name: perl-Ref-Util
|
||||
Version: 0.100
|
||||
Version: 0.101
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility functions for checking references
|
||||
License: MIT
|
||||
@ -22,8 +22,9 @@ BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
BuildRequires: perl(B::Concise)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Readonly)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional Tests
|
||||
BuildRequires: perl(Readonly)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -62,6 +63,11 @@ make test
|
||||
%{_mandir}/man3/Ref::Util.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 29 2016 Paul Howarth <paul@city-fan.org> - 0.101-1
|
||||
- Update to 0.101
|
||||
- A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
|
||||
- Update README
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user