bump version to 0.33
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 1109a01..4557cd7 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.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';