Moved Locale-Maketext from lib/ to ext/
[p5sagit/p5-mst-13.2.git] / ext / Digest-MD5 / MD5.pm
index 0f536bb..4e2adbe 100644 (file)
@@ -3,7 +3,7 @@ package Digest::MD5;
 use strict;
 use vars qw($VERSION @ISA @EXPORT_OK);
 
-$VERSION = '2.38';
+$VERSION = '2.39';
 
 require Exporter;
 *import = \&Exporter::import;