Upgrade to Digest-MD5 2.33.
[p5sagit/p5-mst-13.2.git] / ext / Digest / MD5 / MD5.pm
index 13342b5..8e8bc49 100644 (file)
@@ -3,7 +3,7 @@ package Digest::MD5;
 use strict;
 use vars qw($VERSION @ISA @EXPORT_OK);
 
-$VERSION = '2.31';  # $Date: 2003/11/28 13:06:19 $
+$VERSION = '2.33';  # $Date: 2003/12/07 08:40:18 $
 
 require Exporter;
 *import = \&Exporter::import;
@@ -190,8 +190,8 @@ C<binmode> before you pass it as argument to the addfile() method.
 Since the MD5 algorithm is byte oriented you might only add bits as
 multiples of 8, so you probably want to just use add() instead.  The
 add_bits() method is provided for compatibility with other digest
-implementations.  See L<Digest> for description arguments to
-add_bits().
+implementations.  See L<Digest> for description of the arguments
+that add_bits() take.
 
 =item $md5->digest