summaryrefslogtreecommitdiff
path: root/ext/MIME
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-25 16:21:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-25 16:21:00 +0000
commita019d6327ffe386ac9eafb3115b5da790de7c766 (patch)
treecabd8a29d040c3b4ce3c8d8460c9f787d2d749e8 /ext/MIME
parent31b48da6f3bd246ef1548e6bd2b6d192f2d3bd66 (diff)
downloadperl-a019d6327ffe386ac9eafb3115b5da790de7c766.tar.gz
Roll back the version numbers of Digest::MD5 and MIME::Base64
to equal the CPAN versions since no code changes have been made. p4raw-id: //depot/perl@9342
Diffstat (limited to 'ext/MIME')
-rw-r--r--ext/MIME/Base64/Base64.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/MIME/Base64/Base64.pm b/ext/MIME/Base64/Base64.pm
index af13589b37..f29c889621 100644
--- a/ext/MIME/Base64/Base64.pm
+++ b/ext/MIME/Base64/Base64.pm
@@ -135,7 +135,7 @@ require DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw(encode_base64 decode_base64);
-$VERSION = '2.13';
+$VERSION = '2.12';
eval { bootstrap MIME::Base64 $VERSION; };
if ($@) {