Skip to content

Commit f4d9b63

Browse files
increment $VERSION after 1.72 release
1 parent 2df8b84 commit f4d9b63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-48
lines changed

lib/URI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '1.72';
6+
our $VERSION = '1.73';
77
$VERSION = eval $VERSION;
88

99
our ($ABS_REMOTE_LEADING_DOTS, $ABS_ALLOW_RELATIVE_SCHEME, $DEFAULT_QUERY_FORM_DELIMITER);

lib/URI/IRI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use URI ();
88

99
use overload '""' => sub { shift->as_string };
1010

11-
our $VERSION = '1.72';
11+
our $VERSION = '1.73';
1212
$VERSION = eval $VERSION;
1313

1414
sub new {

lib/URI/QueryParam.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::QueryParam;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '1.72';
6+
our $VERSION = '1.73';
77
$VERSION = eval $VERSION;
88

99
sub URI::_query::query_param {

lib/URI/Split.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::Split;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '1.72';
6+
our $VERSION = '1.73';
77
$VERSION = eval $VERSION;
88

99
use Exporter 5.57 'import';

lib/URI/_foreign.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use parent 'URI::_generic';
77

8-
our $VERSION = '1.72';
8+
our $VERSION = '1.73';
99
$VERSION = eval $VERSION;
1010

1111
1;

lib/URI/_generic.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use parent qw(URI URI::_query);
88
use URI::Escape qw(uri_unescape);
99
use Carp ();
1010

11-
our $VERSION = '1.72';
11+
our $VERSION = '1.73';
1212
$VERSION = eval $VERSION;
1313

1414
my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g;

lib/URI/_idna.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use warnings;
99
use URI::_punycode qw(encode_punycode decode_punycode);
1010
use Carp qw(croak);
1111

12-
our $VERSION = '1.72';
12+
our $VERSION = '1.73';
1313
$VERSION = eval $VERSION;
1414

1515
BEGIN {

lib/URI/_ldap.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package URI::_ldap;
77
use strict;
88
use warnings;
99

10-
our $VERSION = '1.72';
10+
our $VERSION = '1.73';
1111
$VERSION = eval $VERSION;
1212

1313
use URI::Escape qw(uri_unescape);

lib/URI/_login.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use parent qw(URI::_server URI::_userpass);
77

8-
our $VERSION = '1.72';
8+
our $VERSION = '1.73';
99
$VERSION = eval $VERSION;
1010

1111
# Generic terminal logins. This is used as a base class for 'telnet',

lib/URI/_punycode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::_punycode;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '1.72';
6+
our $VERSION = '1.73';
77
$VERSION = eval $VERSION;
88

99
use Exporter 'import';

0 commit comments

Comments
 (0)