projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ec73712
)
adjusting versions and adding to changelog
Stevan Little [Thu, 5 Jun 2008 15:13:13 +0000 (15:13 +0000)]
Changes
patch
|
blob
|
blame
|
history
README
patch
|
blob
|
blame
|
history
lib/MooseX/Storage.pm
patch
|
blob
|
blame
|
history
lib/MooseX/Storage/Engine.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
3707da9
..
13d9b78
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,11
@@
Revision history for MooseX-Storage
+0.14
+ * MooseX::Storage::Engine
+ - cycles are now tracked by refaddr instead
+ of stringified object, which broke for any
+ overloaded objects (Thanks to Jonathan Rockway)
+
0.13 Sat. May 24, 2008
* MooseX::Storage::Engine
- added find_type_handler_for($name) method
diff --git
a/README
b/README
index
c6882a1
..
72bb94d
100644
(file)
--- a/
README
+++ b/
README
@@
-1,4
+1,4
@@
-MooseX-Storage version 0.13
+MooseX-Storage version 0.14
INSTALLATION
diff --git
a/lib/MooseX/Storage.pm
b/lib/MooseX/Storage.pm
index
dd84806
..
376ebad
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.13';
+our $VERSION = '0.14';
our $AUTHORITY = 'cpan:STEVAN';
sub import {
diff --git
a/lib/MooseX/Storage/Engine.pm
b/lib/MooseX/Storage/Engine.pm
index
427bf38
..
5f99e4f
100644
(file)
--- a/
lib/MooseX/Storage/Engine.pm
+++ b/
lib/MooseX/Storage/Engine.pm
@@
-3,7
+3,7
@@
package MooseX::Storage::Engine;
use Moose;
use Scalar::Util qw(refaddr);
-our $VERSION = '0.06';
+our $VERSION = '0.07';
our $AUTHORITY = 'cpan:STEVAN';
# the class marker when