File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package URI::ftpes;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 5.29 ' ;
6
+ our $VERSION = ' 5.30 ' ;
7
7
8
8
use parent ' URI::ftp' ;
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package URI::ftps;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 5.29 ' ;
6
+ our $VERSION = ' 5.30 ' ;
7
7
8
8
use parent ' URI::ftp' ;
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package URI::irc; # draft-butcher-irc-url-04
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 5.29 ' ;
6
+ our $VERSION = ' 5.30 ' ;
7
7
8
8
use parent ' URI::_login' ;
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package URI::ircs;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 5.29 ' ;
6
+ our $VERSION = ' 5.30 ' ;
7
7
8
8
use parent ' URI::irc' ;
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package URI::scp;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 5.29 ' ;
6
+ our $VERSION = ' 5.30 ' ;
7
7
8
8
use parent ' URI::ssh' ;
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package URI::sftp;
3
3
use strict;
4
4
use warnings;
5
5
6
- use parent ' URI::ssh' ;
7
-
8
6
our $VERSION = ' 5.30' ;
9
7
8
+ use parent ' URI::ssh' ;
9
+
10
10
1;
You can’t perform that action at this time.
0 commit comments