The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OP::Net - Network datatypes for OP

VERSION

This documentation is for version 0.314 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

AUTHOR

  Alex Ayars <pause@nodekit.org>

COPYRIGHT

  File: OP.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