Accepting request 205865 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/205865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tie-Cycle?expand=0&rev=3
This commit is contained in:
commit
e27abdb759
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c1749cff55a57a670f6f6832b5c32b59ddb660ffc5cb0e60a091810627ae5a5
|
||||
size 3912
|
3
Tie-Cycle-1.19.tar.gz
Normal file
3
Tie-Cycle-1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd315874c85feaf8948eeb2f40fe2768a6ca00f089e35b32bfe88f3f384f9ca1
|
||||
size 4457
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user