logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Helper::Schema::Verifier::C3 - Verify that the Results and ResultSets of your Schemata use

Author

       Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>

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
       <https://blog.afoolishmanifesto.com/posts/mros-and-you>.  Note: this will probably fail on  your schema
       because DBIx::Class::ResultSet does not use "c3".

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');

See Also