File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for {{$dist->name}}
2
2
3
- 4.
17_01 0000-00-00 Duncan Ferguson <
[email protected] >
3
+ 4.
17 2024-10-16 Duncan Ferguson <
[email protected] >
4
4
- Swap the hostname lookup macro from DNS to using the system hostname (Github issue #158)
5
5
- Swap from using Travis-CI to Github Actions
6
+ - Fix tests on perl 5.38 and 5.40 (Github Issue #153)
6
7
7
8
4.16 2020-06-20 Duncan Ferguson <
[email protected] >
8
9
- Further fix for 'resolve_names' error when adding hosts via the UI
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package App::ClusterSSH;
5
5
# ABSTRACT: Cluster administration tool
6
6
# ABSTRACT: Cluster administration tool
7
7
8
- use version; our $VERSION = version-> new(' 4.16 ' );
8
+ use version; our $VERSION = version-> new(' 4.17 ' );
9
9
10
10
=head1 SYNOPSIS
11
11
You can’t perform that action at this time.
0 commit comments