mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Fix test error
Fix test error on 5.8.8 (reported by Wei Wang) Also add to TODO file
This commit is contained in:
parent
98b93d91f4
commit
e2cc9a0863
5 changed files with 13 additions and 6 deletions
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.01_01');
|
||||
use version; our $VERSION = version->new('4.00_06');
|
||||
|
||||
use Carp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue