diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec index 9019f35..aced065 100644 --- a/perl-Ref-Util.spec +++ b/perl-Ref-Util.spec @@ -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 - 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 - 0.100-1 - Update to 0.100 - Support situations in op-code implementation where the parameters do not diff --git a/sources b/sources index dc5a6ab..dbca10a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd862b9a4ccae336d019978a3af694b2 Ref-Util-0.100.tar.gz +d836d1e2e9a730111b9dbccbc4e6faa8 Ref-Util-0.101.tar.gz