mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-20 16:59:06 +00:00
Update for when next release is done
This commit is contained in:
parent
60d67f911b
commit
b9a42101f1
2 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@
|
|||
"provides" : {
|
||||
"App::ClusterSSH" : {
|
||||
"file" : "lib/App/ClusterSSH.pm",
|
||||
"version" : "4.08"
|
||||
"version" : "4.09"
|
||||
},
|
||||
"App::ClusterSSH::Base" : {
|
||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||
|
@ -105,6 +105,6 @@
|
|||
"http://github.com/duncs/clusterssh"
|
||||
]
|
||||
},
|
||||
"version" : "4.08",
|
||||
"x_serialization_backend" : "JSON::PP version 2.27203"
|
||||
"version" : "4.09",
|
||||
"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.08'
|
||||
version: '4.09'
|
||||
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.08'
|
||||
version: '4.09'
|
||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
|
||||
|
|
Loading…
Add table
Reference in a new issue