summaryrefslogtreecommitdiff
path: root/lib/URI/_generic.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:55 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:55 -0400
commit72a9be7c6d29a6b807fa0a726429e9ca8c93c184 (patch)
tree12edb31c88563fc296ca90be5126aea3aff98469 /lib/URI/_generic.pm
parent055714c25faf31d2bc037d3332a472b42daff0e6 (diff)
downloaduri-72a9be7c6d29a6b807fa0a726429e9ca8c93c184.tar.gz
increment $VERSION after 5.13 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 15c8dfb..467f0ad 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.13';
+our $VERSION = '5.14';
my $ACHAR = URI::HAS_RESERVED_SQUARE_BRACKETS ? $URI::uric : $URI::uric4host; $ACHAR =~ s,\\[/?],,g;
my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g;