eval require instead of use
[gitmo/MooseX-Storage.git] / Makefile.PL
index 2415872..79e867c 100644 (file)
@@ -20,8 +20,7 @@ feature 'JSON',
 
 feature 'YAML',
   -default            => 1,
-  'Best'              => '0.1',
-  'Test::YAML::Valid' => '0';
+  'YAML::Any'         => '0';
 
 feature 'Storable',
   -default   => 1,