Name: | perl-Net-IP-Match-Regexp |
---|---|
Version: | 1.01 |
Release: | 36.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 34686 |
License: | GPL+ or Artistic |
RPM: | perl-Net-IP-Match-Regexp-1.01-36.el8.noarch.rpm |
Source RPM: | perl-Net-IP-Match-Regexp-1.01-36.el8.src.rpm |
Build Date: | Mon Mar 11 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Net-IP-Match-Regexp |
Summary: | Efficiently match IP addresses against ranges |
Description: | This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else. |
- Use /usr/bin/perl instead of %{__perl} - Use %license for the LICENSE file
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild