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::Parent - Verify that the Results and ResultSets have the correct

Author

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

Description

       "DBIx::Class::Helper::Schema::Verifier::Parent" verifies that all of your results and resultsets use the
       base class that you specify.

Name

       DBIx::Class::Helper::Schema::Verifier::Parent - Verify that the Results and ResultSets have the correct
       base class

Synopsis

        package MyApp::Schema;

        __PACKAGE__->load_components('Helper::Schema::Verifier::Parent');

        sub base_result    { 'MyApp::Schema::Result'    }
        sub base_resultset { 'MyApp::Schema::ResultSet' }

See Also