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

Devel::Ladybug::Net - Network datatypes for Devel::Ladybug

VERSION

This documentation is for version 0.402 of Devel::Ladybug::Net.

SYNOPSIS

  use Devel::Ladybug::Net;

Devel::Ladybug::Net classes may also be loaded individually:

  # use Devel::Ladybug::Domain;
  # use Devel::Ladybug::EmailAddr;
  # use Devel::Ladybug::IPv4Addr;
  # use Devel::Ladybug::Subnet;
  # use Devel::Ladybug::URI;

DESCRIPTION

This package provides several assertable network-related datatypes for Devel::Ladybug.

All classes are overloaded. See individual class docs for usage.

TYPES

AUTHOR

  Alex Ayars <pause@nodekit.org>

COPYRIGHT

  File: lib/Devel/Ladybug/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