NAME
OP::Net - Network datatypes for OP
VERSION
This documentation is for version 0.317 of OP::Net.
SYNOPSIS
Load all network datatype packages:
use OP::Net;
...or load them as needed:
# use OP::Domain;
# use OP::EmailAddr;
# use OP::IPv4Addr;
# use OP::Subnet;
# use OP::URI;
DESCRIPTION
This package provides several assertable network-related datatypes for OP.
All classes are overloaded.
TYPES
OP::Domain - Domain name
OP::EmailAddr - Email address
OP::IPv4Addr - IPv4 address
OP::Subnet - CIDR-notation subnet string
OP::URI - URI
AUTHOR
Alex Ayars <pause@nodekit.org>
COPYRIGHT
File: OP/Net.pm
Copyright (c) 2009 TiVo Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Common Public License v1.0
which accompanies this distribution, and is available at
http://opensource.org/licenses/cpl1.0.txt