table of contents
Test::DBIx::Class::Example::Schema::Result(3pm) | User Contributed Perl Documentation | Test::DBIx::Class::Example::Schema::Result(3pm) |
NAME¶
Test::DBIx::Class::Example::Schema::Result - The base result class
SYNOPSIS¶
use base 'Test::DBIx::Class::Example::Schema::Result';
DESCRIPTION¶
All Result classes will inherit from this.
SEE ALSO¶
The following modules or resources may be of interest.
DBIx::Class
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.
2023-01-29 | perl v5.36.0 |