X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_basic_yaml_syck.t;h=d94fcd2857f91567fc9babf4d7f0538a43596518;hb=61fb1aaaf5a1cc17e1ae52779e36373aa0bbd70a;hp=8def92805ce351062a9f321afbbb777355fec32c;hpb=f16b57403e78d22ab73a98b8714d2dae8e1ca207;p=gitmo%2FMooseX-Storage.git diff --git a/t/020_basic_yaml_syck.t b/t/020_basic_yaml_syck.t index 8def928..d94fcd2 100644 --- a/t/020_basic_yaml_syck.t +++ b/t/020_basic_yaml_syck.t @@ -8,7 +8,7 @@ use Test::More; BEGIN { eval "use YAML::Any"; plan skip_all => "YAML::Any is required for this test" if $@; - eval "use YAML::Syck"; + eval "require YAML::Syck"; plan skip_all => "YAML::Syck is required for this test" if $@; eval "require Test::Without::Module"; plan skip_all => "Test::Without::Module is required for this test" if $@;