diff --git a/Tie-Cycle-1.17.tar.gz b/Tie-Cycle-1.17.tar.gz deleted file mode 100644 index 62c3bd5..0000000 --- a/Tie-Cycle-1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1749cff55a57a670f6f6832b5c32b59ddb660ffc5cb0e60a091810627ae5a5 -size 3912 diff --git a/Tie-Cycle-1.19.tar.gz b/Tie-Cycle-1.19.tar.gz new file mode 100644 index 0000000..246d9f7 --- /dev/null +++ b/Tie-Cycle-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd315874c85feaf8948eeb2f40fe2768a6ca00f089e35b32bfe88f3f384f9ca1 +size 4457 diff --git a/perl-Tie-Cycle.changes b/perl-Tie-Cycle.changes index f3d000d..042e75a 100644 --- a/perl-Tie-Cycle.changes +++ b/perl-Tie-Cycle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 4 09:15:18 UTC 2013 - coolo@suse.com + +- updated to 1.19 + * Update for modern usage, better code + * I use this as an example in Mastering Perl, so I shouldn't + leave embarrassing practices in the code. :) + ------------------------------------------------------------------- Fri Jun 28 16:56:58 UTC 2013 - coolo@suse.com diff --git a/perl-Tie-Cycle.spec b/perl-Tie-Cycle.spec index d81aa5d..5470718 100644 --- a/perl-Tie-Cycle.spec +++ b/perl-Tie-Cycle.spec @@ -17,7 +17,7 @@ Name: perl-Tie-Cycle -Version: 1.17 +Version: 1.19 Release: 0 %define cpan_name Tie-Cycle Summary: Cycle through a list of values via a scalar. @@ -29,7 +29,9 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::More) >= 0.95 #BuildRequires: perl(Tie::Cycle) +Requires: perl(Test::More) >= 0.95 %{perl_requires} %description @@ -47,7 +49,7 @@ situation. During the tie, this module makes a shallow copy of the array reference. If the array reference contains references, and those references are changed after the tie, the elements of the cycle will change as well. See the -included test.pl script for an example of this effect. +included _test.pl_ script for an example of this effect. %prep %setup -q -n %{cpan_name}-%{version} @@ -66,6 +68,6 @@ included test.pl script for an example of this effect. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples LICENSE MYMETA.json MYMETA.yml README %changelog