Revision history for Perl extension MooseX-Getopt
{{$NEXT}}
+ - fix broken tests on win32 with file comparisons
0.53 2013-02-05 09:59:00 PST-0800
- properly indicate optional dependency in tests using
my $obj = Foo->new_with_options(configfile => $configfile);
is(
- $obj->configfile,
+ path($obj->configfile),
$configfile,
'configfile value is used from the constructor',
);