Removed dependency on Best.
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 390139c..1109a01 100644 (file)
@@ -5,10 +5,7 @@ use Moose::Role;
 # Tests break because tye YAML is invalid...?
 # -dcp
 
-use Best [
-    [ qw[YAML::Syck YAML] ],
-    [ qw[Load Dump] ]
-];
+use YAML qw(Load Dump);
 
 our $VERSION   = '0.23';
 our $AUTHORITY = 'cpan:STEVAN';