NAME
Net::NSCA::Client::Library - Types library
VERSION
This documentation refers to Net::NSCA::Client::Library version 0.004
SYNOPSIS
use Net::NSCA::Client::Library qw(InitializationVector);
# This will import InitializationVector type into your namespace as well as
# some helpers like to_InitializationVector and is_InitializationVector. See
# MooseX::Types for more information.
DESCRIPTION
This module provides types for Net::NSCA::Client and family.
METHODS
No methods.
TYPES PROVIDED
Hostname
This specifies a hostname. This is validated using the Data::Validate::Domain library with the is_hostname
function.
InitializationVector
This is the type for the initialization vector. This is a 128 byte string that is padded with trailing zeros. Coerces from a Str by chopping or padding to 128 bytes.
PortNumber
This is the type for a port number in TCP and UDP.
DEPENDENCIES
This module is dependent on the following modules:
MooseX::Types 0.08
Readonly 1.03
namespace::clean 0.04
AUTHOR
Douglas Christopher Wilson, <doug at somethingdoug.com>
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-net-nsca-client at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-NSCA-Client. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
I highly encourage the submission of bugs and enhancements to my modules.
LICENSE AND COPYRIGHT
Copyright 2009 Douglas Christopher Wilson.
This program is free software; you can redistribute it and/or modify it under the terms of either:
the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or
the Artistic License version 2.0.