NAME

MooseX::Types::DBIx::Class - MooseX::Types for DBIx::Class objects

VERSION

version 0.02

DESCRIPTION

This simply provides some MooseX::Types style types for often shared DBIx::Class objects.

TYPES

The types exported are very simple class types. They do not define any coercions.

ResultSet

Requires the object to be an instance of DBIx::Class::ResultSet.

ResultSource

Requires the object to be an instance of DBIx::Class::ResultSource.

Row

Requires the object to be an instance of DBIx::Class::Row.

Schema

Requires the object to be an instance of DBIx::Class::Schema.

Let Me Know How to Suck Less!

This module was born out of needing a few type constraints, and figuring they might as well go up on CPAN. But they might not do as much as you'd like. If so, please file a bug on RT and I will try my best to address it and be a good maintainer.

AUTHOR

Oliver Charles <oliver@ocharles.org.uk>, Brian Phillips

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Oliver Charles.

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