The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

InterMine::Model::Types - types used by InterMine::Model or its subclasses.

SYNOPSIS

use Moose;
use InterMine::Model::Types qw(ISO8601DateStamp);
has time_stamp => (
isa => ISO8601DateStamp,
is => 'rw',
);
...

DESCRIPTION

A MooseX::Types type library. Not for direct external use.

AUTHOR

FlyMine <support@flymine.org>

BUGS

Please report any bugs or feature requests to support@flymine.org.

SUPPORT

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

perldoc InterMine::Model::Types

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2006,2007,2008,2009 FlyMine, all rights reserved.

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