From: Stevan Little Date: Tue, 16 Oct 2007 04:14:06 +0000 (+0000) Subject: fixing some utf stuff we forgot X-Git-Tag: 0_09~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24b5691f1879ec296dce95ecb99d0b7ab166a09d;p=gitmo%2FMooseX-Storage.git fixing some utf stuff we forgot --- diff --git a/README b/README index 64ad78a..9cc256f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX-Storage version 0.07 +MooseX-Storage version 0.09 INSTALLATION diff --git a/lib/MooseX/Storage.pm b/lib/MooseX/Storage.pm index 5c73ec9..2146601 100644 --- a/lib/MooseX/Storage.pm +++ b/lib/MooseX/Storage.pm @@ -4,7 +4,7 @@ use Moose qw(confess); use MooseX::Storage::Meta::Attribute::DoNotSerialize; -our $VERSION = '0.08'; +our $VERSION = '0.09'; our $AUTHORITY = 'cpan:STEVAN'; sub import {