X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FYAML.pm;h=61f51527eabb101114a2701a87afc7e066aa37d9;hp=4557cd7df5a6e004e2bedebab5ee83439dcfc400;hb=e7ab79ca765efcb3df717030c47c0e01c2cf3f18;hpb=1d4669291edf1495a90d5b110a6334b05ca1cc78 diff --git a/lib/MooseX/Storage/Format/YAML.pm b/lib/MooseX/Storage/Format/YAML.pm index 4557cd7..61f5152 100644 --- a/lib/MooseX/Storage/Format/YAML.pm +++ b/lib/MooseX/Storage/Format/YAML.pm @@ -7,7 +7,7 @@ use Moose::Role; use YAML::Any qw(Load Dump); -our $VERSION = '0.33'; +our $VERSION = '0.34'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';