From 60a475140fa18a8dfdb543ebaa2f9c7920644f5c Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 14 Jan 2008 11:15:31 +0000 Subject: This module 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 will be true. (e.g. is_username('0')) The value to test is always the first (and often only) argument. WWW: http://search.cpan.org/dist/Data-Validate-IP/ PR: ports/119264 Submitted by: Tuc --- net-mgmt/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-mgmt/Makefile') diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f6a19d5e2f2e..c4c133aadc60 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -155,6 +155,7 @@ SUBDIR += p5-Altoids SUBDIR += p5-Cflow SUBDIR += p5-Cisco-Reconfig + SUBDIR += p5-Data-Validate-IP SUBDIR += p5-Mon SUBDIR += p5-NSNMP SUBDIR += p5-Nagios-Plugin -- cgit