mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 01:21:14 +00:00
Version 4.03_05 release changes
This commit is contained in:
parent
6f30f9976e
commit
74720d6b2f
4 changed files with 44 additions and 37 deletions
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
||||||
4.04_05 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.03_05 2014-12-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Fix options parsing tests picked up via cpantesters on different version of perl
|
- Fix options parsing tests picked up via cpantesters on different version of perl
|
||||||
|
|
||||||
4.04_04 2014-12-12 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.04_04 2014-12-12 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
|
|
13
META.json
13
META.json
|
@ -4,7 +4,7 @@
|
||||||
"Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>"
|
"Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>"
|
||||||
],
|
],
|
||||||
"dynamic_config" : 1,
|
"dynamic_config" : 1,
|
||||||
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.133380",
|
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120351",
|
||||||
"license" : [
|
"license" : [
|
||||||
"perl_5"
|
"perl_5"
|
||||||
],
|
],
|
||||||
|
@ -37,6 +37,7 @@
|
||||||
"runtime" : {
|
"runtime" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
"Exception::Class" : "1.31",
|
"Exception::Class" : "1.31",
|
||||||
|
"Getopt::Long" : "0",
|
||||||
"Locale::Maketext" : "0",
|
"Locale::Maketext" : "0",
|
||||||
"Tk" : "800.022",
|
"Tk" : "800.022",
|
||||||
"Try::Tiny" : "0",
|
"Try::Tiny" : "0",
|
||||||
|
@ -48,7 +49,7 @@
|
||||||
"provides" : {
|
"provides" : {
|
||||||
"App::ClusterSSH" : {
|
"App::ClusterSSH" : {
|
||||||
"file" : "lib/App/ClusterSSH.pm",
|
"file" : "lib/App/ClusterSSH.pm",
|
||||||
"version" : "4.03_04"
|
"version" : "4.03_05"
|
||||||
},
|
},
|
||||||
"App::ClusterSSH::Base" : {
|
"App::ClusterSSH::Base" : {
|
||||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||||
|
@ -75,10 +76,12 @@
|
||||||
"version" : "0.03"
|
"version" : "0.03"
|
||||||
},
|
},
|
||||||
"App::ClusterSSH::L10N" : {
|
"App::ClusterSSH::L10N" : {
|
||||||
"file" : "lib/App/ClusterSSH/L10N.pm"
|
"file" : "lib/App/ClusterSSH/L10N.pm",
|
||||||
|
"version" : 0
|
||||||
},
|
},
|
||||||
"App::ClusterSSH::L10N::en" : {
|
"App::ClusterSSH::L10N::en" : {
|
||||||
"file" : "lib/App/ClusterSSH/L10N/en.pm"
|
"file" : "lib/App/ClusterSSH/L10N/en.pm",
|
||||||
|
"version" : 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "testing",
|
"release_status" : "testing",
|
||||||
|
@ -95,5 +98,5 @@
|
||||||
"http://github.com/duncs/clusterssh"
|
"http://github.com/duncs/clusterssh"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"version" : "4.03_04"
|
"version" : "4.03_05"
|
||||||
}
|
}
|
||||||
|
|
15
META.yml
15
META.yml
|
@ -17,7 +17,7 @@ build_requires:
|
||||||
configure_requires:
|
configure_requires:
|
||||||
Module::Build: 0
|
Module::Build: 0
|
||||||
dynamic_config: 1
|
dynamic_config: 1
|
||||||
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.133380'
|
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.120351'
|
||||||
license: perl
|
license: perl
|
||||||
meta-spec:
|
meta-spec:
|
||||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||||
|
@ -26,7 +26,7 @@ name: App-ClusterSSH
|
||||||
provides:
|
provides:
|
||||||
App::ClusterSSH:
|
App::ClusterSSH:
|
||||||
file: lib/App/ClusterSSH.pm
|
file: lib/App/ClusterSSH.pm
|
||||||
version: 4.03_04
|
version: 4.03_05
|
||||||
App::ClusterSSH::Base:
|
App::ClusterSSH::Base:
|
||||||
file: lib/App/ClusterSSH/Base.pm
|
file: lib/App/ClusterSSH/Base.pm
|
||||||
version: 0.02
|
version: 0.02
|
||||||
|
@ -47,20 +47,23 @@ provides:
|
||||||
version: 0.03
|
version: 0.03
|
||||||
App::ClusterSSH::L10N:
|
App::ClusterSSH::L10N:
|
||||||
file: lib/App/ClusterSSH/L10N.pm
|
file: lib/App/ClusterSSH/L10N.pm
|
||||||
|
version: 0
|
||||||
App::ClusterSSH::L10N::en:
|
App::ClusterSSH::L10N::en:
|
||||||
file: lib/App/ClusterSSH/L10N/en.pm
|
file: lib/App/ClusterSSH/L10N/en.pm
|
||||||
|
version: 0
|
||||||
requires:
|
requires:
|
||||||
Exception::Class: 1.31
|
Exception::Class: 1.31
|
||||||
|
Getopt::Long: 0
|
||||||
Locale::Maketext: 0
|
Locale::Maketext: 0
|
||||||
Tk: 800.022
|
Tk: 800.022
|
||||||
Try::Tiny: 0
|
Try::Tiny: 0
|
||||||
X11::Protocol: 0.56
|
X11::Protocol: 0.56
|
||||||
version: 0
|
version: 0
|
||||||
resources:
|
resources:
|
||||||
Repository:
|
|
||||||
- http://clusterssh.git.sourceforge.net/
|
|
||||||
- http://github.com/duncs/clusterssh
|
|
||||||
bugtracker: http://sourceforge.net/tracker/?group_id=89139
|
bugtracker: http://sourceforge.net/tracker/?group_id=89139
|
||||||
homepage: http://clusterssh.sourceforge.net/
|
homepage: http://clusterssh.sourceforge.net/
|
||||||
license: http://dev.perl.org/licenses/
|
license: http://dev.perl.org/licenses/
|
||||||
version: 4.03_04
|
x_Repository:
|
||||||
|
- http://clusterssh.git.sourceforge.net/
|
||||||
|
- http://github.com/duncs/clusterssh
|
||||||
|
version: 4.03_05
|
||||||
|
|
51
Makefile.PL
51
Makefile.PL
|
@ -1,37 +1,38 @@
|
||||||
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
|
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
|
||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
WriteMakefile
|
WriteMakefile
|
||||||
(
|
(
|
||||||
'NAME' => 'App::ClusterSSH',
|
'PL_FILES' => {
|
||||||
'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
|
'bin_PL/_build_docs' => []
|
||||||
'PREREQ_PM' => {
|
},
|
||||||
'CPAN::Changes' => '0.27',
|
|
||||||
'Exception::Class' => '1.31',
|
|
||||||
'File::Slurp' => 0,
|
|
||||||
'File::Temp' => 0,
|
|
||||||
'File::Which' => 0,
|
|
||||||
'Locale::Maketext' => 0,
|
|
||||||
'Readonly' => 0,
|
|
||||||
'Test::Differences' => 0,
|
|
||||||
'Test::DistManifest' => 0,
|
|
||||||
'Test::PerlTidy' => 0,
|
|
||||||
'Test::Pod' => 0,
|
|
||||||
'Test::Pod::Coverage' => 0,
|
|
||||||
'Test::Trap' => 0,
|
|
||||||
'Tk' => '800.022',
|
|
||||||
'Try::Tiny' => 0,
|
|
||||||
'X11::Protocol' => '0.56',
|
|
||||||
'version' => '0'
|
|
||||||
},
|
|
||||||
'INSTALLDIRS' => 'site',
|
'INSTALLDIRS' => 'site',
|
||||||
|
'NAME' => 'App::ClusterSSH',
|
||||||
'EXE_FILES' => [
|
'EXE_FILES' => [
|
||||||
'bin/ccon',
|
'bin/ccon',
|
||||||
'bin/crsh',
|
'bin/crsh',
|
||||||
'bin/cssh',
|
'bin/cssh',
|
||||||
'bin/ctel'
|
'bin/ctel'
|
||||||
],
|
],
|
||||||
'PL_FILES' => {
|
'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
|
||||||
'bin_PL/_build_docs' => []
|
'PREREQ_PM' => {
|
||||||
}
|
'Test::Trap' => 0,
|
||||||
|
'File::Which' => 0,
|
||||||
|
'Test::Pod' => 0,
|
||||||
|
'X11::Protocol' => '0.56',
|
||||||
|
'CPAN::Changes' => '0.27',
|
||||||
|
'Tk' => '800.022',
|
||||||
|
'File::Slurp' => 0,
|
||||||
|
'Try::Tiny' => 0,
|
||||||
|
'Getopt::Long' => 0,
|
||||||
|
'Test::Pod::Coverage' => 0,
|
||||||
|
'version' => '0',
|
||||||
|
'Readonly' => 0,
|
||||||
|
'Exception::Class' => '1.31',
|
||||||
|
'Test::Differences' => 0,
|
||||||
|
'Test::DistManifest' => 0,
|
||||||
|
'File::Temp' => 0,
|
||||||
|
'Test::PerlTidy' => 0,
|
||||||
|
'Locale::Maketext' => 0
|
||||||
|
}
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue