summaryrefslogtreecommitdiff
path: root/lib/URI/_idna.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-12 09:11:07 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-12 09:11:07 -0400
commit4a7a7294eb9b9b2416b3dd491227e4a8dcb45e1a (patch)
tree15a2530b400da9cf44d1659cdf6f28c4fea5553a /lib/URI/_idna.pm
parentee5f7634aa902214a4da79ba44ba61dbf56f0abc (diff)
downloaduri-4a7a7294eb9b9b2416b3dd491227e4a8dcb45e1a.tar.gz
increment $VERSION after 5.16 release
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 4e0ee73..a641fe1 100644
--- a/lib/URI/_idna.pm
+++ b/lib/URI/_idna.pm
@@ -9,7 +9,7 @@ use warnings;
use URI::_punycode qw(decode_punycode encode_punycode);
use Carp qw(croak);
-our $VERSION = '5.16';
+our $VERSION = '5.17';
BEGIN {
*URI::_idna::_ENV_::JOIN_LEAKS_UTF8_FLAGS = "$]" < 5.008_003