DBIx::Class::Helper::Schema::Verifier::C3(3pm) | User Contributed Perl Documentation | DBIx::Class::Helper::Schema::Verifier::C3(3pm) |
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.
2020-03-29 | perl v5.30.0 |