Пакет perl-Net-IP-Match-Regexp
Бинарный пакет: perl-Net-IP-Match-Regexp
Версия: 1.01-alt3
Архитектура: noarch
Исходный пакет: perl-Net-IP-Match-Regexp
Категория: Разработка/Perl
Сообщить об ошибке в пакете
Версия: 1.01-alt3
Архитектура: noarch
Собран: 1 апреля 2018 г. 20:48
Категория: Разработка/Perl
Сообщить об ошибке в пакете
Лицензия: Perl (GPL or Artistic)
О пакете: Efficiently match IP addresses against IP ranges
Описание:
Последние изменения:О пакете: Efficiently match IP addresses against IP ranges
Описание:
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.
17 ноября 2010 г. Sergey Y. Afonin 1.01-alt3 |
- removed macro %perl_vendor_man3dir from spec - removed Packager from spec |
24 августа 2009 г. Sergey Y. Afonin 1.01-alt2 |
- Fixed description |
23 августа 2009 г. Sergey Y. Afonin 1.01-alt1 |
- Initial build for ALTLinux |