Subject: | GetOptionsFromArray dies without error message |
I haven't been able to trace the source of the problem so far, so I'm
crossposting here in case you guys have any insight... I'm running into
a problem interacting with MooseX::ConfigFile, MooseX::Runnable and
MooseX::Getopt where it calls into Getopt::Long.
See: http://www.nntp.perl.org/group/perl.moose/2010/06/msg1765.html
GetOptionsFromArray() is dying in the eval{} block around line 582 --
somehow, the $configfile scalarref is becoming undef even though it is
being passed in.