projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
18085af
)
Do not import anything from Encode.
Jarkko Hietaniemi [Mon, 4 Jun 2001 14:47:50 +0000 (14:47 +0000)]
p4raw-id: //depot/perl@10429
ext/MIME/Base64/QuotedPrint.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/MIME/Base64/QuotedPrint.pm
b/ext/MIME/Base64/QuotedPrint.pm
index
8cf42b4
..
409c716
100644
(file)
--- a/
ext/MIME/Base64/QuotedPrint.pm
+++ b/
ext/MIME/Base64/QuotedPrint.pm
@@
-65,7
+65,7
@@
modify it under the same terms as Perl itself.
use strict;
use vars qw(@ISA @EXPORT $VERSION);
if (ord('A') == 193) { # on EBCDIC machines we need translation help
- require Encode; import Encode;
+ require Encode;
}
require Exporter;