Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37535155
en ru br
ALT Linux repos
S:0.56-alt1

Group :: Development/Perl
RPM: perl-Memoize-ExpireLRU

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist Memoize-ExpireLRU
Name: perl-%dist
Version: 0.56
Release: alt1

Summary: Expiry plug-in for Memoize that adds LRU cache expiration

License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/N/NE/NEILB/Memoize-ExpireLRU-%{version}.tar.gz

BuildArch: noarch

# was packaged into perl-Memoize

Requires: perl-Memoize >= 1.01-alt3

# Automatically added by buildreq on Tue Apr 27 2010

BuildRequires: perl-Memoize perl-devel

%description
For the theory of Memoization, please see the Memoize module
documentation. This module implements an expiry policy for Memoize
that follows LRU semantics, that is, the last n results, where n is
specified as the argument to the C<CACHESIZE> parameter, will be
cached.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Memoize*
%perl_vendor_privlib/auto/Memoize*

%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