Created
August 3, 2024 10:46
-
-
Save marcusramberg/4bbee42ac6d69c4b288c6cf130e79b6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/Encode/IMAPUTF7.pm b/lib/Encode/IMAPUTF7.pm | |
index 07835b9..411c57f 100644 | |
--- a/lib/Encode/IMAPUTF7.pm | |
+++ b/lib/Encode/IMAPUTF7.pm | |
@@ -9,6 +9,8 @@ __PACKAGE__->Define('IMAP-UTF-7', 'imap-utf-7'); | |
our $VERSION = '1.05'; | |
use MIME::Base64; | |
use Encode; | |
+use Exporter 'import'; | |
+our @EXPORT_OK = qw(encode decode); | |
# | |
# Algorithms taken from Unicode::String by Gisle Aas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment