[SCM] Debian packaging of libmoosex-storage-perl branch, master,	updated. ee7c0649bb97885041fd44209c05898a70aa0ed2
    Salvatore Bonaccorso 
    carnil at debian.org
       
    Fri Aug 12 19:52:10 UTC 2011
    
    
  
The following commit has been merged in the master branch:
commit ee7c0649bb97885041fd44209c05898a70aa0ed2
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 12 21:52:04 2011 +0200
    update use-Digest-SHA.patch
diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
index bef1f96..eb545d3 100644
--- a/debian/patches/use-Digest-SHA.patch
+++ b/debian/patches/use-Digest-SHA.patch
@@ -21,3 +21,14 @@ Last-Update: 2011-08-12
      'JSON::Any' => 0.01,
  };
  
+--- a/lib/MooseX/Storage/Base/WithChecksum.pm
++++ b/lib/MooseX/Storage/Base/WithChecksum.pm
+@@ -85,7 +85,7 @@
+         }
+     }
+     else {
+-        return Digest->new($d || "SHA1", @args);
++        return Digest->new($d || "SHA", @args);
+     }
+ }
+ 
-- 
Debian packaging of libmoosex-storage-perl
    
    
More information about the Pkg-perl-cvs-commits
mailing list