projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6f491fa
)
fixing some utf stuff we forgot
Stevan Little [Tue, 16 Oct 2007 04:14:06 +0000 (
04:14
+0000)]
README
patch
|
blob
|
blame
|
history
lib/MooseX/Storage.pm
patch
|
blob
|
blame
|
history
diff --git
a/README
b/README
index
64ad78a
..
9cc256f
100644
(file)
--- 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
(file)
--- 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 {