diff options
author | Karen Etheridge <ether@cpan.org> | 2015-06-25 22:24:58 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2015-06-25 22:24:58 -0700 |
commit | b63a6c1bd29a0144294d1209c919461d37844d9c (patch) | |
tree | 12965dafd216df2f88eb553c32bafdc5ca1de6b7 /lib/URI | |
parent | f3878eb8037ae1c486ec6fd2f8b539f9799f31cf (diff) | |
download | uri-b63a6c1bd29a0144294d1209c919461d37844d9c.tar.gz |
bump version to 1.69
Diffstat (limited to 'lib/URI')
-rw-r--r-- | lib/URI/_ldap.pm | 2 | ||||
-rw-r--r-- | lib/URI/_punycode.pm | 2 | ||||
-rw-r--r-- | lib/URI/data.pm | 2 | ||||
-rw-r--r-- | lib/URI/ldap.pm | 2 | ||||
-rw-r--r-- | lib/URI/sip.pm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/URI/_ldap.pm b/lib/URI/_ldap.pm index 29a97b4..02f468c 100644 --- a/lib/URI/_ldap.pm +++ b/lib/URI/_ldap.pm @@ -7,7 +7,7 @@ package URI::_ldap; use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; use URI::Escape qw(uri_unescape); diff --git a/lib/URI/_punycode.pm b/lib/URI/_punycode.pm index 4d02c1b..f54eee5 100644 --- a/lib/URI/_punycode.pm +++ b/lib/URI/_punycode.pm @@ -3,7 +3,7 @@ package URI::_punycode; use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; use Exporter 'import'; our @EXPORT = qw(encode_punycode decode_punycode); diff --git a/lib/URI/data.pm b/lib/URI/data.pm index 759fb63..7848502 100644 --- a/lib/URI/data.pm +++ b/lib/URI/data.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI'; -our $VERSION = '1.68'; +our $VERSION = '1.69'; use MIME::Base64 qw(encode_base64 decode_base64); use URI::Escape qw(uri_unescape); diff --git a/lib/URI/ldap.pm b/lib/URI/ldap.pm index 4d29170..60e7f2b 100644 --- a/lib/URI/ldap.pm +++ b/lib/URI/ldap.pm @@ -7,7 +7,7 @@ package URI::ldap; use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; use parent qw(URI::_ldap URI::_server); diff --git a/lib/URI/sip.pm b/lib/URI/sip.pm index f49efa2..7b27a9f 100644 --- a/lib/URI/sip.pm +++ b/lib/URI/sip.pm @@ -14,7 +14,7 @@ use parent qw(URI::_server URI::_userpass); use URI::Escape qw(uri_unescape); -our $VERSION = "1.68"; +our $VERSION = "1.69"; sub default_port { 5060 } |