mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Release 4.04_01
This commit is contained in:
parent
fb475e27f4
commit
9431f57a60
4 changed files with 40 additions and 34 deletions
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
4.04_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
4.04_01 2015-11-21 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Ensure documentation is generated using same perl as the build (Github issue #45)
|
||||
- Pass '--action' through macro parsing (Github issue #42)
|
||||
- Workaround for glitch in KDE where windows can become unmoveable (Github issue #46) (thanks to Brandon Perkins)
|
||||
|
|
10
META.json
10
META.json
|
@ -4,7 +4,7 @@
|
|||
"Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>"
|
||||
],
|
||||
"dynamic_config" : 1,
|
||||
"generated_by" : "Module::Build version 0.421",
|
||||
"generated_by" : "Module::Build version 0.3901, CPAN::Meta::Converter version 2.150005",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
|
@ -40,6 +40,7 @@
|
|||
},
|
||||
"requires" : {
|
||||
"Exception::Class" : "1.31",
|
||||
"File::Path" : "0",
|
||||
"Getopt::Long" : "0",
|
||||
"Locale::Maketext" : "0",
|
||||
"Tk" : "800.022",
|
||||
|
@ -52,7 +53,7 @@
|
|||
"provides" : {
|
||||
"App::ClusterSSH" : {
|
||||
"file" : "lib/App/ClusterSSH.pm",
|
||||
"version" : "4.04"
|
||||
"version" : "4.04_01"
|
||||
},
|
||||
"App::ClusterSSH::Base" : {
|
||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||
|
@ -85,7 +86,7 @@
|
|||
"file" : "lib/App/ClusterSSH/L10N/en.pm"
|
||||
}
|
||||
},
|
||||
"release_status" : "stable",
|
||||
"release_status" : "testing",
|
||||
"resources" : {
|
||||
"bugtracker" : {
|
||||
"web" : "https://github.com/duncs/clusterssh/issues"
|
||||
|
@ -99,5 +100,6 @@
|
|||
"http://github.com/duncs/clusterssh"
|
||||
]
|
||||
},
|
||||
"version" : "4.04"
|
||||
"version" : "4.04_01",
|
||||
"x_serialization_backend" : "JSON::PP version 2.27203"
|
||||
}
|
||||
|
|
8
META.yml
8
META.yml
|
@ -17,7 +17,7 @@ build_requires:
|
|||
configure_requires:
|
||||
Module::Build: '0'
|
||||
dynamic_config: 1
|
||||
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142690'
|
||||
generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.150005'
|
||||
license: perl
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||
|
@ -26,7 +26,7 @@ name: App-ClusterSSH
|
|||
provides:
|
||||
App::ClusterSSH:
|
||||
file: lib/App/ClusterSSH.pm
|
||||
version: '4.04'
|
||||
version: 4.04_01
|
||||
App::ClusterSSH::Base:
|
||||
file: lib/App/ClusterSSH/Base.pm
|
||||
version: '0.02'
|
||||
|
@ -53,6 +53,7 @@ recommends:
|
|||
Sort::Naturally: '0'
|
||||
requires:
|
||||
Exception::Class: '1.31'
|
||||
File::Path: '0'
|
||||
Getopt::Long: '0'
|
||||
Locale::Maketext: '0'
|
||||
Tk: '800.022'
|
||||
|
@ -66,4 +67,5 @@ resources:
|
|||
bugtracker: https://github.com/duncs/clusterssh/issues
|
||||
homepage: http://github.com/duncs/clusterssh/wiki
|
||||
license: http://dev.perl.org/licenses/
|
||||
version: '4.04'
|
||||
version: 4.04_01
|
||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
|
||||
|
|
54
Makefile.PL
54
Makefile.PL
|
@ -1,39 +1,41 @@
|
|||
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
|
||||
# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'App::ClusterSSH',
|
||||
'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
|
||||
'PREREQ_PM' => {
|
||||
'CPAN::Changes' => '0.27',
|
||||
'Exception::Class' => '1.31',
|
||||
'File::Slurp' => 0,
|
||||
'File::Temp' => 0,
|
||||
'File::Which' => 0,
|
||||
'Getopt::Long' => 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'
|
||||
},
|
||||
'PL_FILES' => {
|
||||
'bin_PL/_build_docs' => []
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'NAME' => 'App::ClusterSSH',
|
||||
'EXE_FILES' => [
|
||||
'bin/ccon',
|
||||
'bin/clusterssh_bash_completion.dist',
|
||||
'bin/crsh',
|
||||
'bin/csftp',
|
||||
'bin/cssh',
|
||||
'bin/ctel'
|
||||
],
|
||||
'PL_FILES' => {
|
||||
'bin_PL/_build_docs' => []
|
||||
}
|
||||
'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
|
||||
'PREREQ_PM' => {
|
||||
'Test::Trap' => 0,
|
||||
'File::Which' => 0,
|
||||
'Test::Pod' => 0,
|
||||
'X11::Protocol' => '0.56',
|
||||
'CPAN::Changes' => '0.27',
|
||||
'File::Path' => 0,
|
||||
'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
Reference in a new issue