The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Mitomaster::Types - Just a package of type constraints. Not useful by itself

SYNOPSIS

Use this for custom type constraint definitions on the attributes in other packages.

 use Bio::Mitomaster::Types;

 has 'position' => (
    is => 'rw',
    isa => 'PositiveInt',
 );

TYPES

PositiveInt

Use this for positive integers.

AUTHOR

Marty Brandon, <mbrandon at uci.edu>

BUGS

Please report any bugs or feature requests to bug-bio-mitomaster-mitoseq at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bio-Mitomaster-Types. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Bio::Mitomaster::Types

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Marty Brandon, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.