- Robert Bohne <rbo@openserv.org>
- Ross Smith II <rossta@users.sf.net>
- Ryan D Johnson <ryan@innerfence.com>
+- Salvatore Bonaccorso <carnil@cpan.org>
- Sam Angiuoli <angiuoli@users.sourceforge.net>
- Stephen Bennett <stephen@freenode.net>
- Stephen Clouse <stephenclouse@gmail.com>
* Fix possible name duplication in SQLlite producer
* Oracle does not accept ON DELETE/UPDATE RESTRICT (though it is the actual default)
fix by not adding the ON DELETE/UPDATE clause at all
+* Changed dependency on Digest::SHA1 to the core-bundled Digest::SHA (RT#67989)
# ----------------------------------------------------------
# 0.11010 2011-10-05
'Class::Base' => 0,
'Class::Data::Inheritable' => 0.02,
'Class::MakeMethods' => 0,
- 'Digest::SHA1' => 2.00,
+ 'Digest::SHA' => 0,
'Carp::Clan' => 0,
'IO::Dir' => 0,
'IO::Scalar' => 2.110,
use strict;
use warnings;
use base qw(Exporter);
-use Digest::SHA1 qw( sha1_hex );
+use Digest::SHA qw( sha1_hex );
use Exporter;
our $VERSION = '1.59';