summaryrefslogtreecommitdiff
path: root/lib/URI/URL.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/URL.pm
parent21f84cdbe5d20b54404c84aa0c10c925140967f8 (diff)
downloaduri-738c32df015eb6b49533f4feab0acf429541f719.tar.gz
increment $VERSION after 5.15 release
Diffstat (limited to 'lib/URI/URL.pm')
-rw-r--r--lib/URI/URL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/URL.pm b/lib/URI/URL.pm
index fc32a92..36561cd 100644
--- a/lib/URI/URL.pm
+++ b/lib/URI/URL.pm
@@ -5,7 +5,7 @@ use warnings;
use parent 'URI::WithBase';
-our $VERSION = '5.15';
+our $VERSION = '5.16';
# Provide as much as possible of the old URI::URL interface for backwards
# compatibility...