Subject: | Overriding username, password, host and port from the command-line |
Date: | Tue, 4 Feb 2014 15:52:24 +0100 |
To: | bug-Database-Migrator [...] rt.cpan.org |
From: | Lasse Makholm <lasse [...] unity3d.com> |
Overriding username, password, host and port from the command-line doesn't
work because MooseX::Getopt doesn't know what to do with isa => Maybe [Str]
.
See MooseX::Getopt bug#85030:
https://rt.cpan.org/Public/Bug/Display.html?id=85030
An easy workaround is to just use isa => Str with no default value instead
an explicit default => undef.
Patch attached.
/Lasse
Message body is not shown because sender requested not to inline it.