Fedora::Bugzilla::Types - Moose types and coercions for Fedora::Bugzilla


Fedora-Bugzilla documentation  | view source Contained in the Fedora-Bugzilla distribution.

Index


NAME

Top

Fedora::Bugzilla::Types - Moose types and coercions for Fedora::Bugzilla

SYNOPSIS

Top

    use Fedora::Bugzilla::Types ':all';

    # ... can now use our types in attribute definitions

DESCRIPTION

Top

This is simply a collection of Moose types and related coercions for Fedora::Bugzilla.

TYPES

Top

Str20

A string type with a length at most of 20 characters.

BugzillaDateTime

Simply a DateTime object with a DateTime::Format::Pg as its formatter. (Note this may be specific to the database one's Bugzilla instance is running on.)

Will coerce from DateTime.

EmailAddress

Simply an Email::Address.

Will coerce from a Str.

SEE ALSO

Top

Fedora::Bugzilla, MooseX::Types, Moose::Util::TypeConstraints.

AUTHOR

Top

Chris Weyl <cweyl@alumni.drew.edu>

LICENSE AND COPYRIGHT

Top


Fedora-Bugzilla documentation  | view source Contained in the Fedora-Bugzilla distribution.