foo
Stevan Little [Fri, 11 May 2007 19:31:45 +0000 (19:31 +0000)]
lib/MooseX/Storage/Base/WithChecksum.pm

index d2aa691..6db3a56 100644 (file)
@@ -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 ) = @_;