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

SQL::Translator::Role::BuildArgs - Remove undefined constructor arguments

Description

       This Moo::Role wraps BUILDARGS to remove "undef" constructor arguments for backwards compatibility with
       the old Class::Base-based SQL::Translator::Schema::Object.

perl v5.40.0                                       2024-11-23              SQL::Translator::Role::BuildArgs(3pm)

Name

       SQL::Translator::Role::BuildArgs - Remove undefined constructor arguments

Synopsis

           package Foo;
           use Moo;
           with qw(SQL::Translator::Role::BuildArgs);

See Also