summaryrefslogtreecommitdiff
path: root/lib/URI/_idna.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/URI/_idna.pm')
-rw-r--r--lib/URI/_idna.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/_idna.pm b/lib/URI/_idna.pm
index 0798d01..e4f734a 100644
--- a/lib/URI/_idna.pm
+++ b/lib/URI/_idna.pm
@@ -6,7 +6,7 @@ package URI::_idna;
use strict;
use warnings;
-use URI::_punycode qw(encode_punycode decode_punycode);
+use URI::_punycode qw(decode_punycode encode_punycode);
use Carp qw(croak);
our $VERSION = '5.06';