projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba17e62
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Storage/Format/YAML.pm
b/lib/MooseX/Storage/Format/YAML.pm
index
1109a01
..
84f060e
100644
(file)
--- a/
lib/MooseX/Storage/Format/YAML.pm
+++ b/
lib/MooseX/Storage/Format/YAML.pm
@@
-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';