Paketname | libdata-validate-ip-perl |
Beschreibung | Perl module for IP validation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.11-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl, libnet-ipv6addr-perl, libnet-netmask-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 13418 Byte |
Prüfsumme MD5 | 20ff18ba322677d2ec92327c3dab083a |
Prüfsumme SHA1 | abf3602ffb676f5e4897bcbf60d8ba3bd91cd2a5 |
Prüfsumme SHA256 | c581b1682ca318fe4d69ad4b0828680729383a0f8de444d0137b8df23af51cab |
Link zum Herunterladen | libdata-validate-ip-perl_0.11-1_all.deb |
Ausführliche Beschreibung | Data::Validate::IP collects IP validation routines to make input validation
and untainting easier and more readable. All functions return an untainted
value if the test passes, and undef if it fails. This means that you should
always check for a defined status explicitly. Don't assume the return value
will be true.
|