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

NAME

Test::DBIx::Class::Example::Schema::ResultSet - A base ResultSet Class

SYNOPSIS

        use base 'Test::DBIx::Class::Example::Schema::ResultSet';
                

DESCRIPTION

All ResultSet classes will inherit from this.

SEE ALSO

The following modules or resources may be of interest.

DBIx::Class::ResultSet

AUTHOR

John Napiorkowski <jjnapiork@cpan.org>

COPYRIGHT & LICENSE

Copyright 2009, John Napiorkowski <jjnapiork@cpan.org>

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