SQL::Translator::Role::BuildArgs(3pm) | User Contributed Perl Documentation | SQL::Translator::Role::BuildArgs(3pm) |
SQL::Translator::Role::BuildArgs - Remove undefined constructor arguments
package Foo; use Moo; with qw(SQL::Translator::Role::BuildArgs);
This Moo::Role wraps BUILDARGS to remove "undef" constructor arguments for backwards compatibility with the old Class::Base-based SQL::Translator::Schema::Object.
2022-11-19 | perl v5.36.0 |