1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: adjust dependencies for Debian
Origin: vendor
Forwarded: not-needed
Author: Dmitry E. Oboukhov <unera@debian.org>
Last-Update: 2012-01-21
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@
'List::MoreUtils' => 0,
'Mouse' => 0,
'MRO::Compat' => 0,
- 'String::CRC32' => 0,
+ 'Digest::CRC' => 0,
'Time::HiRes' => 0,
'Exporter' => 0,
'Class::Singleton' => 0,
--- a/lib/MR/IProto/Cluster.pm
+++ b/lib/MR/IProto/Cluster.pm
@@ -13,7 +13,7 @@
use Mouse;
use Mouse::Util::TypeConstraints;
use MR::IProto::Cluster::Server;
-use String::CRC32 qw(crc32);
+use Digest::CRC qw(crc32);
=head1 EXPORTED CONSTANTS
|