Version 4.03_05 release changes

This commit is contained in:
Duncan Ferguson 2014-12-20 22:25:32 +00:00
parent 6f30f9976e
commit 74720d6b2f
4 changed files with 44 additions and 37 deletions

View file

@ -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
4.04_04 2014-12-12 Duncan Ferguson <duncan_ferguson@user.sf.net>

View file

@ -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.133380",
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120351",
"license" : [
"perl_5"
],
@ -37,6 +37,7 @@
"runtime" : {
"requires" : {
"Exception::Class" : "1.31",
"Getopt::Long" : "0",
"Locale::Maketext" : "0",
"Tk" : "800.022",
"Try::Tiny" : "0",
@ -48,7 +49,7 @@
"provides" : {
"App::ClusterSSH" : {
"file" : "lib/App/ClusterSSH.pm",
"version" : "4.03_04"
"version" : "4.03_05"
},
"App::ClusterSSH::Base" : {
"file" : "lib/App/ClusterSSH/Base.pm",
@ -75,10 +76,12 @@
"version" : "0.03"
},
"App::ClusterSSH::L10N" : {
"file" : "lib/App/ClusterSSH/L10N.pm"
"file" : "lib/App/ClusterSSH/L10N.pm",
"version" : 0
},
"App::ClusterSSH::L10N::en" : {
"file" : "lib/App/ClusterSSH/L10N/en.pm"
"file" : "lib/App/ClusterSSH/L10N/en.pm",
"version" : 0
}
},
"release_status" : "testing",
@ -95,5 +98,5 @@
"http://github.com/duncs/clusterssh"
]
},
"version" : "4.03_04"
"version" : "4.03_05"
}

View file

@ -17,7 +17,7 @@ build_requires:
configure_requires:
Module::Build: 0
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
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.03_04
version: 4.03_05
App::ClusterSSH::Base:
file: lib/App/ClusterSSH/Base.pm
version: 0.02
@ -47,20 +47,23 @@ provides:
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
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/
version: 4.03_04
x_Repository:
- http://clusterssh.git.sourceforge.net/
- http://github.com/duncs/clusterssh
version: 4.03_05

View file

@ -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;
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,
'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/crsh',
'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',
'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
}
)
;