mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-20 16:59:06 +00:00
Update version
This commit is contained in:
parent
4665a23f09
commit
a3e8e221e7
4 changed files with 8 additions and 5 deletions
3
Changes
3
Changes
|
@ -1,3 +1,6 @@
|
|||
4.10 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- ** new version marker **
|
||||
|
||||
4.09 2017-03-11 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Add perl-5.24 Travis-CI automated testing config
|
||||
- Correct a logic bug around the --debug option (Github issue #75)
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"provides" : {
|
||||
"App::ClusterSSH" : {
|
||||
"file" : "lib/App/ClusterSSH.pm",
|
||||
"version" : "4.09"
|
||||
"version" : "4.10"
|
||||
},
|
||||
"App::ClusterSSH::Base" : {
|
||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||
|
@ -105,6 +105,6 @@
|
|||
"http://github.com/duncs/clusterssh"
|
||||
]
|
||||
},
|
||||
"version" : "4.09",
|
||||
"version" : "4.10",
|
||||
"x_serialization_backend" : "JSON::PP version 2.27400"
|
||||
}
|
||||
|
|
4
META.yml
4
META.yml
|
@ -26,7 +26,7 @@ name: App-ClusterSSH
|
|||
provides:
|
||||
App::ClusterSSH:
|
||||
file: lib/App/ClusterSSH.pm
|
||||
version: '4.09'
|
||||
version: '4.10'
|
||||
App::ClusterSSH::Base:
|
||||
file: lib/App/ClusterSSH/Base.pm
|
||||
version: '0.02'
|
||||
|
@ -71,5 +71,5 @@ resources:
|
|||
bugtracker: https://github.com/duncs/clusterssh/issues
|
||||
homepage: http://github.com/duncs/clusterssh/wiki
|
||||
license: http://dev.perl.org/licenses/
|
||||
version: '4.09'
|
||||
version: '4.10'
|
||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
|
||||
|
|
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.09');
|
||||
use version; our $VERSION = version->new('4.10');
|
||||
|
||||
use Carp qw/cluck :DEFAULT/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue