summaryrefslogtreecommitdiff
path: root/t/escape.t
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-03 11:27:39 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-03 11:27:39 -0400
commit30eecf59f525027326f935e37cb9950e216a6225 (patch)
treeeb1dd95a54adf741a6d8e31575c509c60903f1a1 /t/escape.t
parent699e061c8ba61b29590c0e0c3801b66f1af27b27 (diff)
downloaduri-30eecf59f525027326f935e37cb9950e216a6225.tar.gz
Apply perlimports to tests
Diffstat (limited to 't/escape.t')
-rw-r--r--t/escape.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/escape.t b/t/escape.t
index 689277b..6b4d5e6 100644
--- a/t/escape.t
+++ b/t/escape.t
@@ -3,7 +3,7 @@ use warnings;
use Test::More tests => 12;
-use URI::Escape qw(%escapes uri_escape uri_escape_utf8 uri_unescape);
+use URI::Escape qw( %escapes uri_escape uri_escape_utf8 uri_unescape );
is uri_escape("|abcå"), "%7Cabc%E5";