diff options
author | Karen Etheridge <ether@cpan.org> | 2015-02-24 13:05:18 -0800 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2015-02-24 13:15:24 -0800 |
commit | c6c5a2da0cfe6528acd8179565d63e21b287c2be (patch) | |
tree | a622788e6c32d2e842fc3f83e91fa44f8fa48f7f /lib/URI | |
parent | a8a4318a5a161d20d054e0c903400a74b03586af (diff) | |
download | uri-c6c5a2da0cfe6528acd8179565d63e21b287c2be.tar.gz |
prep for 1.66 release1.66
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 548e318..56f3742 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.65"; +our $VERSION = "1.66"; use URI::Escape qw(uri_unescape); diff --git a/lib/URI/_punycode.pm b/lib/URI/_punycode.pm index 17f1864..6667789 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.65"; +our $VERSION = "1.66"; use Exporter 'import'; our @EXPORT = qw(encode_punycode decode_punycode); diff --git a/lib/URI/data.pm b/lib/URI/data.pm index a4f3618..85c868a 100644 --- a/lib/URI/data.pm +++ b/lib/URI/data.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI'; -our $VERSION = '1.65'; +our $VERSION = '1.66'; 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 8a4e311..39048af 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.65"; +our $VERSION = "1.66"; use parent qw(URI::_ldap URI::_server); diff --git a/lib/URI/sip.pm b/lib/URI/sip.pm index 647b889..fc7a796 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.65"; +our $VERSION = "1.66"; sub default_port { 5060 } |