projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
88651e7
)
foo
Stevan Little [Fri, 11 May 2007 19:31:45 +0000 (19:31 +0000)]
lib/MooseX/Storage/Base/WithChecksum.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Storage/Base/WithChecksum.pm
b/lib/MooseX/Storage/Base/WithChecksum.pm
index
d2aa691
..
6db3a56
100644
(file)
--- a/
lib/MooseX/Storage/Base/WithChecksum.pm
+++ b/
lib/MooseX/Storage/Base/WithChecksum.pm
@@
-8,7
+8,7
@@
use MooseX::Storage::Engine;
our $VERSION = '0.01';
-our $DIGEST_MARKER = '__DIGEST__'
+our $DIGEST_MARKER = '__DIGEST__';
sub pack {
my ($self, @args ) = @_;