Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037849
en ru br
ALT Linux repos
S:1.00-alt1.1.1
5.0: 1.00-alt1.1

Group :: Development/Perl
RPM: perl-Loop

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#
#   - Loop -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Loop
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Loop
%define m_distro Loop
%define m_name Loop
%define m_author_id GSLONDON
%define _enable_test 1

Name: perl-Loop
Version: 1.00
Release: alt1.1.1

Summary: Smart, Simple, Recursive Iterators for Perl programming

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Loop/

Packager: Michael Bochkaryov <misha at altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/G/GS/GSLONDON/%m_distro-%version.tar.gz

# Automatically added by buildreq on Sun Jul 13 2008

BuildRequires: perl-devel

%description
This module is intended to implement simple iterators on perl variables with
little code required of the programmer using them.

Some additional advantages over standard perl iterators:

Array iterators give access to the current index within the array. Hash
iterators can be nested upon the same hash without conflicts. File iterators
allow simple file munging in a few lines of code.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%doc Changes README
%exclude %perl_vendor_archlib

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin