Skip to content

Commit 23fc023

Browse files
committed
Version corrections after rebase
1 parent 3e5c614 commit 23fc023

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

lib/URI/ftpes.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::ftpes;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '5.29';
6+
our $VERSION = '5.30';
77

88
use parent 'URI::ftp';
99

lib/URI/ftps.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::ftps;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '5.29';
6+
our $VERSION = '5.30';
77

88
use parent 'URI::ftp';
99

lib/URI/irc.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::irc; # draft-butcher-irc-url-04
33
use strict;
44
use warnings;
55

6-
our $VERSION = '5.29';
6+
our $VERSION = '5.30';
77

88
use parent 'URI::_login';
99

lib/URI/ircs.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::ircs;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '5.29';
6+
our $VERSION = '5.30';
77

88
use parent 'URI::irc';
99

lib/URI/scp.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package URI::scp;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '5.29';
6+
our $VERSION = '5.30';
77

88
use parent 'URI::ssh';
99

lib/URI/sftp.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package URI::sftp;
33
use strict;
44
use warnings;
55

6-
use parent 'URI::ssh';
7-
86
our $VERSION = '5.30';
97

8+
use parent 'URI::ssh';
9+
1010
1;

0 commit comments

Comments
 (0)