Fix bug with the YAML::Any change
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 1109a01..84f060e 100644 (file)
@@ -5,7 +5,7 @@ use Moose::Role;
 # Tests break because tye YAML is invalid...?
 # -dcp
 
-use YAML qw(Load Dump);
+use YAML::Any qw(Load Dump);
 
 our $VERSION   = '0.23';
 our $AUTHORITY = 'cpan:STEVAN';