summaryrefslogtreecommitdiff
path: root/lib/URI/_generic.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:49:07 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:49:07 -0400
commit738c32df015eb6b49533f4feab0acf429541f719 (patch)
treec726dca3e0d4148757d374c7611275a46b1854b2 /lib/URI/_generic.pm
parent21f84cdbe5d20b54404c84aa0c10c925140967f8 (diff)
downloaduri-738c32df015eb6b49533f4feab0acf429541f719.tar.gz
increment $VERSION after 5.15 release
Diffstat (limited to 'lib/URI/_generic.pm')
-rw-r--r--lib/URI/_generic.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/_generic.pm b/lib/URI/_generic.pm
index e13bf83..f5c15f3 100644
--- a/lib/URI/_generic.pm
+++ b/lib/URI/_generic.pm
@@ -8,7 +8,7 @@ use parent qw(URI URI::_query);
use URI::Escape qw(uri_unescape);
use Carp ();
-our $VERSION = '5.15';
+our $VERSION = '5.16';
my $ACHAR = URI::HAS_RESERVED_SQUARE_BRACKETS ? $URI::uric : $URI::uric4host; $ACHAR =~ s,\\[/?],,g;
my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g;