NAME
DBIx::Class::Helper::Schema::Verifier::C3 - Verify that the Results and ResultSets of your Schemata use c3
SYNOPSIS
package MyApp::Schema;
__PACKAGE__->load_components('Helper::Schema::Verifier::C3');
DESCRIPTION
DBIx::Class::Helper::Schema::Verifier::C3
verifies that all of your results and resultsets use the c3
mro
. If you didn't know this was important you know now. Note: this will probably fail on your schema because DBIx::Class::ResultSet does not use c3
.
AUTHOR
Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Arthur Axel "fREW" Schmidt.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.