diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-25 16:21:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-25 16:21:00 +0000 |
commit | a019d6327ffe386ac9eafb3115b5da790de7c766 (patch) | |
tree | cabd8a29d040c3b4ce3c8d8460c9f787d2d749e8 /ext/MIME/Base64/Base64.pm | |
parent | 31b48da6f3bd246ef1548e6bd2b6d192f2d3bd66 (diff) | |
download | perl-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/Base64/Base64.pm')
-rw-r--r-- | ext/MIME/Base64/Base64.pm | 2 |
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 ($@) { |