mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Version 4.03_06 release changes
This commit is contained in:
parent
c53eedaf1c
commit
5fbc452d29
4 changed files with 39 additions and 43 deletions
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
4.03_06 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
4.03_06 2015-01-31 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>
|
||||
|
|
12
META.json
12
META.json
|
@ -4,7 +4,7 @@
|
|||
"Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>"
|
||||
],
|
||||
"dynamic_config" : 1,
|
||||
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120351",
|
||||
"generated_by" : "Module::Build version 0.421",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
|
@ -49,7 +49,7 @@
|
|||
"provides" : {
|
||||
"App::ClusterSSH" : {
|
||||
"file" : "lib/App/ClusterSSH.pm",
|
||||
"version" : "4.03_05"
|
||||
"version" : "4.03_06"
|
||||
},
|
||||
"App::ClusterSSH::Base" : {
|
||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||
|
@ -76,12 +76,10 @@
|
|||
"version" : "0.03"
|
||||
},
|
||||
"App::ClusterSSH::L10N" : {
|
||||
"file" : "lib/App/ClusterSSH/L10N.pm",
|
||||
"version" : 0
|
||||
"file" : "lib/App/ClusterSSH/L10N.pm"
|
||||
},
|
||||
"App::ClusterSSH::L10N::en" : {
|
||||
"file" : "lib/App/ClusterSSH/L10N/en.pm",
|
||||
"version" : 0
|
||||
"file" : "lib/App/ClusterSSH/L10N/en.pm"
|
||||
}
|
||||
},
|
||||
"release_status" : "testing",
|
||||
|
@ -98,5 +96,5 @@
|
|||
"http://github.com/duncs/clusterssh"
|
||||
]
|
||||
},
|
||||
"version" : "4.03_05"
|
||||
"version" : "4.03_06"
|
||||
}
|
||||
|
|
66
META.yml
66
META.yml
|
@ -3,67 +3,65 @@ abstract: 'A container for functions of the ClusterSSH programs'
|
|||
author:
|
||||
- 'Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>'
|
||||
build_requires:
|
||||
CPAN::Changes: 0.27
|
||||
File::Slurp: 0
|
||||
File::Temp: 0
|
||||
File::Which: 0
|
||||
Readonly: 0
|
||||
Test::Differences: 0
|
||||
Test::DistManifest: 0
|
||||
Test::PerlTidy: 0
|
||||
Test::Pod: 0
|
||||
Test::Pod::Coverage: 0
|
||||
Test::Trap: 0
|
||||
CPAN::Changes: '0.27'
|
||||
File::Slurp: '0'
|
||||
File::Temp: '0'
|
||||
File::Which: '0'
|
||||
Readonly: '0'
|
||||
Test::Differences: '0'
|
||||
Test::DistManifest: '0'
|
||||
Test::PerlTidy: '0'
|
||||
Test::Pod: '0'
|
||||
Test::Pod::Coverage: '0'
|
||||
Test::Trap: '0'
|
||||
configure_requires:
|
||||
Module::Build: 0
|
||||
Module::Build: '0'
|
||||
dynamic_config: 1
|
||||
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.120351'
|
||||
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.143240'
|
||||
license: perl
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||
version: 1.4
|
||||
version: '1.4'
|
||||
name: App-ClusterSSH
|
||||
provides:
|
||||
App::ClusterSSH:
|
||||
file: lib/App/ClusterSSH.pm
|
||||
version: 4.03_05
|
||||
version: 4.03_06
|
||||
App::ClusterSSH::Base:
|
||||
file: lib/App/ClusterSSH/Base.pm
|
||||
version: 0.02
|
||||
version: '0.02'
|
||||
App::ClusterSSH::Cluster:
|
||||
file: lib/App/ClusterSSH/Cluster.pm
|
||||
version: 0.01
|
||||
version: '0.01'
|
||||
App::ClusterSSH::Config:
|
||||
file: lib/App/ClusterSSH/Config.pm
|
||||
version: 0.02
|
||||
version: '0.02'
|
||||
App::ClusterSSH::Getopt:
|
||||
file: lib/App/ClusterSSH/Getopt.pm
|
||||
version: 0.01
|
||||
version: '0.01'
|
||||
App::ClusterSSH::Helper:
|
||||
file: lib/App/ClusterSSH/Helper.pm
|
||||
version: 0.02
|
||||
version: '0.02'
|
||||
App::ClusterSSH::Host:
|
||||
file: lib/App/ClusterSSH/Host.pm
|
||||
version: 0.03
|
||||
version: '0.03'
|
||||
App::ClusterSSH::L10N:
|
||||
file: lib/App/ClusterSSH/L10N.pm
|
||||
version: 0
|
||||
App::ClusterSSH::L10N::en:
|
||||
file: lib/App/ClusterSSH/L10N/en.pm
|
||||
version: 0
|
||||
requires:
|
||||
Exception::Class: 1.31
|
||||
Getopt::Long: 0
|
||||
Locale::Maketext: 0
|
||||
Tk: 800.022
|
||||
Try::Tiny: 0
|
||||
X11::Protocol: 0.56
|
||||
version: 0
|
||||
Exception::Class: '1.31'
|
||||
Getopt::Long: '0'
|
||||
Locale::Maketext: '0'
|
||||
Tk: '800.022'
|
||||
Try::Tiny: '0'
|
||||
X11::Protocol: '0.56'
|
||||
version: '0'
|
||||
resources:
|
||||
Repository:
|
||||
- http://clusterssh.git.sourceforge.net/
|
||||
- http://github.com/duncs/clusterssh
|
||||
bugtracker: http://sourceforge.net/tracker/?group_id=89139
|
||||
homepage: http://clusterssh.sourceforge.net/
|
||||
license: http://dev.perl.org/licenses/
|
||||
x_Repository:
|
||||
- http://clusterssh.git.sourceforge.net/
|
||||
- http://github.com/duncs/clusterssh
|
||||
version: 4.03_05
|
||||
version: 4.03_06
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
|
||||
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue