Revision history for Perl extension MooseX-Getopt
{{$NEXT}}
+ - properly indicate optional dependency in tests using
+ MooseX::ConfigFromFile
0.52 2013-02-02 19:01:25 PST-0800
- tests converted from using Path::Class to Path::Tiny
use strict;
use warnings;
-use Test::Requires 'MooseX::ConfigFromFile' => '0.06'; # skip all if not installed
+use Test::Requires { 'MooseX::ConfigFromFile' => '0.06' }; # skip all if not installed
use Test::More tests => 38;
use Test::Fatal;
use Path::Tiny;