table of contents
SQL::Translator::Role::BuildArgs(3) | User Contributed Perl Documentation | SQL::Translator::Role::BuildArgs(3) |
NAME¶
SQL::Translator::Role::BuildArgs - Remove undefined constructor arguments
SYNOPSIS¶
package Foo; use Moo; with qw(SQL::Translator::Role::BuildArgs);
DESCRIPTION¶
This Moo::Role wraps BUILDARGS to remove "undef" constructor arguments for backwards compatibility with the old Class::Base-based SQL::Translator::Schema::Object.
2024-03-08 | perl v5.40.0 |