Revision history for Perl extension MooseX::ConfigFromFile
+ - fixed tests to not load optional dependencies
+
0.06 2013-02-03 (Karen Etheridge)
- the configfile attribute is now a Path::Tiny, not a Path::Class
(coercions from strings are still supported, and now also from any other
use strict;
use warnings;
+use Test::Requires 'MooseX::SimpleConfig'; # skip all if not reuqired
use Test::More tests => 10;
use Test::Fatal;
use Test::Deep '!blessed';
use strict;
use warnings;
+use Test::Requires 'MooseX::SimpleConfig'; # skip all if not reuqired
use Test::More tests => 5;
use Test::NoWarnings 1.04 ':early';
use Path::Tiny 'path';