There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.