mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Release 4.02_02
This commit is contained in:
parent
3fa50f0b49
commit
b8ee135487
3 changed files with 19 additions and 19 deletions
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.02_02
|
||||
2014-01-13 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.02_02
|
||||
- Fixed macros (%u, %s, %h, %n) not doing multiple replacements
|
||||
- Add in key shortcut for username macro (ALT-u)
|
||||
- Add in key shortcut for local hostname macro (ALT-l)
|
||||
|
|
30
META.json
30
META.json
|
@ -4,7 +4,7 @@
|
|||
"Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>"
|
||||
],
|
||||
"dynamic_config" : 1,
|
||||
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.112621",
|
||||
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
|
@ -16,36 +16,36 @@
|
|||
"prereqs" : {
|
||||
"build" : {
|
||||
"requires" : {
|
||||
"File::Temp" : 0,
|
||||
"File::Which" : 0,
|
||||
"Readonly" : 0,
|
||||
"Test::Differences" : 0,
|
||||
"Test::DistManifest" : 0,
|
||||
"Test::Pod" : 0,
|
||||
"Test::Pod::Coverage" : 0,
|
||||
"Test::Trap" : 0
|
||||
"File::Temp" : "0",
|
||||
"File::Which" : "0",
|
||||
"Readonly" : "0",
|
||||
"Test::Differences" : "0",
|
||||
"Test::DistManifest" : "0",
|
||||
"Test::Pod" : "0",
|
||||
"Test::Pod::Coverage" : "0",
|
||||
"Test::Trap" : "0"
|
||||
}
|
||||
},
|
||||
"configure" : {
|
||||
"requires" : {
|
||||
"Module::Build" : 0
|
||||
"Module::Build" : "0"
|
||||
}
|
||||
},
|
||||
"runtime" : {
|
||||
"requires" : {
|
||||
"Exception::Class" : "1.31",
|
||||
"Locale::Maketext" : 0,
|
||||
"Locale::Maketext" : "0",
|
||||
"Tk" : "800.022",
|
||||
"Try::Tiny" : 0,
|
||||
"Try::Tiny" : "0",
|
||||
"X11::Protocol" : "0.56",
|
||||
"version" : 0
|
||||
"version" : "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"provides" : {
|
||||
"App::ClusterSSH" : {
|
||||
"file" : "lib/App/ClusterSSH.pm",
|
||||
"version" : "4.02_01"
|
||||
"version" : "4.02_02"
|
||||
},
|
||||
"App::ClusterSSH::Base" : {
|
||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||
|
@ -90,5 +90,5 @@
|
|||
"http://github.com/duncs/clusterssh"
|
||||
]
|
||||
},
|
||||
"version" : "4.02_01"
|
||||
"version" : "4.02_02"
|
||||
}
|
||||
|
|
6
META.yml
6
META.yml
|
@ -14,7 +14,7 @@ build_requires:
|
|||
configure_requires:
|
||||
Module::Build: 0
|
||||
dynamic_config: 1
|
||||
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.112621'
|
||||
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
|
||||
license: perl
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||
|
@ -23,7 +23,7 @@ name: App-ClusterSSH
|
|||
provides:
|
||||
App::ClusterSSH:
|
||||
file: lib/App/ClusterSSH.pm
|
||||
version: 4.02_01
|
||||
version: 4.02_02
|
||||
App::ClusterSSH::Base:
|
||||
file: lib/App/ClusterSSH/Base.pm
|
||||
version: 0.02
|
||||
|
@ -59,4 +59,4 @@ resources:
|
|||
x_Repository:
|
||||
- http://clusterssh.git.sourceforge.net/
|
||||
- http://github.com/duncs/clusterssh
|
||||
version: 4.02_01
|
||||
version: 4.02_02
|
||||
|
|
Loading…
Add table
Reference in a new issue