NAME

Antispam::Toolkit::Types - Types for use by Antispam modules

VERSION

version 0.08

DESCRIPTION

This module exports a number of types created via MooseX::Types. In addition to internal types, it also exports types from MooseX::Types::Common::Numeric, MooseX::Types::Common::String, MooseX::Types::Moose, and MooseX::Types::Path::Class.

TYPES

This module exports the following internally defined types:

DataFile

This is a subtype of the File type provided by MooseX::Types::Path::Class. The file must exist and not be empty.

Details

This is an array reference of non-empty strings. It defines a coercion from a string to an array reference. It is used by the Antispam::Toolkit::Result class.

NonNegativeNum

A non-negative number.

BUGS

See Antispam::Toolkit for bug reporting details.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)