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

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

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

FlyMine <support@flymine.org>

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

You can find documentation for this module with the perldoc command.
perldoc InterMine::Model::Types
You can also look for information at:

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.