X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101_io_atomic.t;h=6d52cbf868f665786098707228e1c39ef7e3c915;hb=4fa64e865c99a6dcc3bec159a662300151d62fdf;hp=20e0aa54aae32b436e3c2aaf28d6ec2da416f756;hpb=eaa263571728bf8b5abb604c61dd73ff44be9417;p=gitmo%2FMooseX-Storage.git diff --git a/t/101_io_atomic.t b/t/101_io_atomic.t index 20e0aa5..6d52cbf 100644 --- a/t/101_io_atomic.t +++ b/t/101_io_atomic.t @@ -7,7 +7,9 @@ use Test::More; BEGIN { eval "use IO::AtomicFile"; - plan skip_all => "IO::AtomicFile is required for this test" if $@; + plan skip_all => "IO::AtomicFile is required for this test" if $@; + eval "use JSON::Any"; + plan skip_all => "JSON::Any is required for this test" if $@; plan tests => 10; use_ok('MooseX::Storage'); }