Fix bug with the YAML::Any change
Tomas Doran [Sun, 10 Jan 2010 19:10:27 +0000 (19:10 +0000)]
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';