mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Prep for next version
This commit is contained in:
parent
9f6c000592
commit
469897d4c5
2 changed files with 3 additions and 1 deletions
2
Changes
2
Changes
|
@ -1,3 +1,5 @@
|
|||
4.09 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
|
||||
4.08 2016-10-18 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Add perl-5.8, 5.10 and 5.12 to Travis-CI automated testing
|
||||
- Fix building and testing on perl-5.8.9
|
||||
|
|
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.08');
|
||||
use version; our $VERSION = version->new('4.09');
|
||||
|
||||
use Carp qw/cluck :DEFAULT/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue