X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FYAML.pm;h=1f796cc2c019b5a7c4b10905ad1675dd03bc6c40;hb=a0e1d53870bae0dadd952d358040aeddebc9310e;hp=4e80af035e74627f7146334cd1290ecd47de2663;hpb=cb5340111da3fd7850ad5702f02d255d0910b32a;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/YAML.pm b/lib/MooseX/Storage/Format/YAML.pm index 4e80af0..1f796cc 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.30'; +our $VERSION = '0.31'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';