projects
/
dbsrgits/DBIx-Class-Cursor-Cached.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f3a32bd
)
add initial version
Matt S Trout [Sun, 5 Aug 2007 15:49:08 +0000 (15:49 +0000)]
lib/DBIx/Class/Cursor/Cached.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Cursor/Cached.pm
b/lib/DBIx/Class/Cursor/Cached.pm
index
b27ed81
..
6197958
100644
(file)
--- a/
lib/DBIx/Class/Cursor/Cached.pm
+++ b/
lib/DBIx/Class/Cursor/Cached.pm
@@
-6,6
+6,10
@@
use 5.6.1;
use Storable ();
use Digest::SHA1 ();
+use vars qw($VERSION);
+
+$VERSION = '0.999001_01';
+
sub new {
my $class = shift;
my ($storage, $args, $attrs) = @_;