From: Stevan Little Date: Fri, 11 May 2007 19:31:45 +0000 (+0000) Subject: foo X-Git-Tag: 0_02~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=commitdiff_plain;h=72a40e08957c306803a6aa0049add5a174c246be foo --- diff --git a/lib/MooseX/Storage/Base/WithChecksum.pm b/lib/MooseX/Storage/Base/WithChecksum.pm index d2aa691..6db3a56 100644 --- 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 ) = @_;