[SCM] perl driver for tarantool branch, master, updated. debian/0.0.8-1-3-g67558db

Salvatore Bonaccorso carnil at debian.org
Fri Dec 30 09:58:30 UTC 2011


The following commit has been merged in the master branch:
commit 67558db4c0ce7b64d6caafd145d1bb2839376844
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Dec 30 10:57:17 2011 +0100

    Unapply debian/patches/*
    
    Git-Dch: Ignore

diff --git a/Makefile.PL b/Makefile.PL
index 5df97fd..362a6cd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ WriteMakefile(
         'List::MoreUtils'   => 0,
         'Mouse'             => 0,
         'MRO::Compat'       => 0,
-        'Digest::CRC'       => 0,
+        'String::CRC32'     => 0,
         'Time::HiRes'       => 0,
         'Exporter'          => 0,
         'Class::Singleton'  => 0,
diff --git a/lib/MR/IProto/Cluster.pm b/lib/MR/IProto/Cluster.pm
index 573f0f3..d5f46b8 100644
--- a/lib/MR/IProto/Cluster.pm
+++ b/lib/MR/IProto/Cluster.pm
@@ -13,7 +13,7 @@ This class is used to implement balancing between several servers.
 use Mouse;
 use Mouse::Util::TypeConstraints;
 use MR::IProto::Cluster::Server;
-use Digest::CRC qw(crc32);
+use String::CRC32 qw(crc32);
 
 =head1 EXPORTED CONSTANTS
 

-- 
perl driver for tarantool



More information about the Pkg-perl-cvs-commits mailing list