X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_basic_yaml.t;h=87e3faecace59de1cf419553c4eebd45ea79a76e;hb=b5f363acfcf077778dd4f3b59460a0cbb9e51400;hp=ae2609257e44fb0e2d559d420d07dfe811f0de72;hpb=4fa64e865c99a6dcc3bec159a662300151d62fdf;p=gitmo%2FMooseX-Storage.git diff --git a/t/020_basic_yaml.t b/t/020_basic_yaml.t index ae26092..87e3fae 100644 --- a/t/020_basic_yaml.t +++ b/t/020_basic_yaml.t @@ -8,6 +8,8 @@ use Test::More; BEGIN { eval "use Test::YAML::Valid"; plan skip_all => "Test::YAML::Valid is required for this test" if $@; + eval "use Best [[qw(YAML::Syck YAML)]]"; + plan skip_all => "YAML or YAML::syck and Best are required for this test" if $@; plan tests => 12; use_ok('MooseX::Storage'); }