Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37762948
en ru br
ALT Linux repos
S:1.101700-alt2
5.0: 0.03-alt0.M50.1
4.1: 0.03-alt0.M41.1

Group :: Development/Perl
RPM: perl-Net-IP-Match

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist Net-IP-Match

Name: perl-%dist
Version: 1.101700
Release: alt2

Summary: Efficiently match IP addresses against IP ranges
License: %perl_license
Group: Development/Perl

Url: %CPAN %dist
Source: http://www.cpan.org/authors/id/M/MA/MARCEL/Net-IP-Match-1.101700.tar.gz

BuildArch: noarch

BuildPreReq: /proc rpm-build-licenses

# Automatically added by buildreq on Sat Aug 22 2009

BuildRequires: perl-Filter-Simple perl-devel

%description
This module provides you with an efficient way to match an IP address against
one or more IP ranges. Speed is the key issue here. If you have to check several
million IP addresses, as can happen with big logs, every millisecond counts.
If your way to check an address involves a method call and some temporary
variables, a lot of time is burnt. In such a time-critical loop you don't
want to make subroutine calls at all, as they involve stack operations.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes

%perl_vendor_privlib/Net/IP/*

%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