mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Update version and changes file with patch from Andrew Stevenson
This commit is contained in:
parent
ef13feb390
commit
c53eedaf1c
2 changed files with 4 additions and 1 deletions
3
Changes
3
Changes
|
@ -1,3 +1,6 @@
|
|||
4.03_06 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Remoe references to 'logmsg' preventing the history window from working (thanks to Andrew Stevenson)
|
||||
|
||||
4.03_05 2014-12-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Fix options parsing tests picked up via cpantesters on different version of perl
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.03_05');
|
||||
use version; our $VERSION = version->new('4.03_06');
|
||||
|
||||
use Carp qw/cluck/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue