Subject: | can't use a sub{} for default of configfile |
as the code is, having
has '+configfile' => (
default => sub { ... },
);
results in a big boom
The patch, with test, can be found at
https://github.com/yanick/MooseX-App-Cmd/tree/default-as-sub