Revision history for Perl extension MooseX-Getopt
{{$NEXT}}
+ - depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
+ v0.52)
0.55 2013-02-12 10:02:55 PST-0800
- fix broken tests on win32 with file comparisons
use Test::More tests => 56;
use Test::Fatal;
use Test::Deep '!blessed';
-use Path::Tiny;
+use Path::Tiny 0.009;
use Scalar::Util 'blessed';
use Test::NoWarnings 1.04 ':early';
use Test::Requires 'MooseX::SimpleConfig'; # skip all if not installed
use Test::More tests => 3;
use Test::NoWarnings 1.04 ':early';
-use Path::Tiny;
+use Path::Tiny 0.009;
# avoid warning if all we have installed is YAML or YAML::Syck - the user will
# see this eventually when he actually uses MooseX::SimpleConfig in his own