summaryrefslogtreecommitdiff
path: root/lib/URI/data.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2021-01-29 17:52:37 -0500
committerOlaf Alders <olaf@wundersolutions.com>2021-01-29 17:52:37 -0500
commit3107e58c897fa2fb055785b910f36244f87a9d88 (patch)
treef9b74f7293c21f29bf2b11ebfbe07b0690b1c3a3 /lib/URI/data.pm
parent406143d3823b0d72019c0b9a0e64115090abe5b0 (diff)
downloaduri-3107e58c897fa2fb055785b910f36244f87a9d88.tar.gz
increment $VERSION after 5.07 release
Diffstat (limited to 'lib/URI/data.pm')
-rw-r--r--lib/URI/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/data.pm b/lib/URI/data.pm
index ade96d8..a2783d5 100644
--- a/lib/URI/data.pm
+++ b/lib/URI/data.pm
@@ -5,7 +5,7 @@ use warnings;
use parent 'URI';
-our $VERSION = '5.07';
+our $VERSION = '5.08';
use MIME::Base64 qw(decode_base64 encode_base64);
use URI::Escape qw(uri_unescape);