summaryrefslogtreecommitdiff
path: root/t/lib/mimeb64u.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/mimeb64u.t')
-rw-r--r--t/lib/mimeb64u.t16
1 files changed, 0 insertions, 16 deletions
diff --git a/t/lib/mimeb64u.t b/t/lib/mimeb64u.t
deleted file mode 100644
index 0b8df1ae7c..0000000000
--- a/t/lib/mimeb64u.t
+++ /dev/null
@@ -1,16 +0,0 @@
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
-
-print "1..1\n";
-
-require MIME::Base64;
-
-eval {
- MIME::Base64::encode(v300);
-};
-
-print "not " unless $@;
-print "ok 1\n";
-