DBIx::Class::Helper::Schema::Verifier::C3 - Verify that the Results and
ResultSets of your Schemata use c3
package MyApp::Schema;
__PACKAGE__->load_components('Helper::Schema::Verifier::C3');
"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 <https://blog.afoolishmanifesto.com/posts/mros-and-you>.
Note: this will probably fail on your schema because DBIx::Class::ResultSet
does not use "c3".
Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
This software is copyright (c) 2020 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.