Version 0.28
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 1109a01..b66488b 100644 (file)
@@ -5,9 +5,9 @@ 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 $VERSION   = '0.28';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';