summaryrefslogtreecommitdiff
path: root/t/idna.t
diff options
context:
space:
mode:
authorJulien Fiegehenn <simbabque@cpan.org>2022-10-03 19:57:58 +0100
committerGitHub <noreply@github.com>2022-10-03 19:57:58 +0100
commita7b6af5abc646eabe7e57d6049d0ce672f87eeec (patch)
treeeb1dd95a54adf741a6d8e31575c509c60903f1a1 /t/idna.t
parentb90e13a85f6937b5c3268399d72a87422ce9e32b (diff)
parent30eecf59f525027326f935e37cb9950e216a6225 (diff)
downloaduri-a7b6af5abc646eabe7e57d6049d0ce672f87eeec.tar.gz
Merge pull request #110 from libwww-perl/oalders/perlimports
Apply perlimports to tests
Diffstat (limited to 't/idna.t')
-rw-r--r--t/idna.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/idna.t b/t/idna.t
index da2ad98..37434b0 100644
--- a/t/idna.t
+++ b/t/idna.t
@@ -3,7 +3,7 @@ use warnings;
use utf8;
use Test::More tests => 7;
-use URI::_idna;
+use URI::_idna ();
is URI::_idna::encode("www.example.com"), "www.example.com";
is URI::_idna::decode("www.example.com"), "www.example.com";