Skip to content

Commit b6f2e7e

Browse files
SineSwiperoalders
authored andcommitted
Version corrections after rebase
1 parent 72aa5e1 commit b6f2e7e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

lib/URI/ftpes.pm

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)