Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcusramberg/4bbee42ac6d69c4b288c6cf130e79b6b to your computer and use it in GitHub Desktop.
Save marcusramberg/4bbee42ac6d69c4b288c6cf130e79b6b to your computer and use it in GitHub Desktop.
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