aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-30 09:27:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-30 09:27:11 +0000
commitfe0585ec919117b5e8cad63d89c4c09685df0042 (patch)
tree92498073ecf9f71dd87dad11543dbce8db6a2e98 /tests/runtests.pl
parent18c0b49f3d7e6dcf52b149f08c6adfd33af12a70 (diff)
no longer use the MIME::Base64.pm package as it seems to not be standard
on lots of perl versions, provide our own base64 decoder
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index ba13d2413..5f69e918e 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -23,7 +23,6 @@
###########################################################################
# These should be the only variables that might be needed to get edited:
-use MIME::Base64;
use strict;
#use warnings;