Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37853001
en ru br
ALT Linux repos
S:2.000-alt1
5.0: 1.03-alt1
4.1: 1.03-alt1
4.0: 1.03-alt1

Group :: Development/Perl
RPM: perl-Tie-CPHash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module Tie-CPHash
%define intmodule Tie-CPHash
%define m_name Tie::CPHash

Name: perl-%module
Version: 1.05
Release: alt1

Summary: Tie::CPHash - Case preserving but case insensitive hash table
License: GPL or Artistic
Group: Development/Perl
BuildArch: noarch
Url: %CPAN %module
Packager: Sergei Epiphanov <serpiph at altlinux.ru>

Source: http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/%{intmodule}-%{version}.tar.gz

# Automatically added by buildreq on Mon Oct 06 2003

BuildRequires: perl-devel perl-Module-Build perl-Test-Pod >= 1.14 perl-Test-Pod-Coverage >= 1.04

%description
The Tie::CPHash module provides a hash table that is case preserving
but case insensitive. This means that

   $cphash{KEY}    $cphash{key}
   $cphash{Key}    $cphash{keY}

all refer to the same entry. Also, the hash remembers which form of
the key was last used to store the entry. The keys and each functions
will return the key that was used to set the value.

%prep
%setup -q -n %intmodule-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Tie/CPHash.pm

%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