mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Upgrade Perl::Tidy requirement to version 20171214
Due to https://metacpan.org/source/SHANCOCK/Perl-Tidy-20171214/CHANGES#L3 Github issue #99 Thanks to eserte (Slaven Rezić)
This commit is contained in:
parent
16deb34d14
commit
9a4c7714f9
3 changed files with 4 additions and 2 deletions
1
Build.PL
1
Build.PL
|
@ -124,6 +124,7 @@ my $build = $class->new(
|
||||||
'CPAN::Changes' => 0.27,
|
'CPAN::Changes' => 0.27,
|
||||||
'File::Slurp' => 0,
|
'File::Slurp' => 0,
|
||||||
'Test::PerlTidy' => 0,
|
'Test::PerlTidy' => 0,
|
||||||
|
'Perl::Tidy' => 20171214,
|
||||||
},
|
},
|
||||||
recommends => { 'Sort::Naturally' => 0, },
|
recommends => { 'Sort::Naturally' => 0, },
|
||||||
configure_requires => { 'Module::Build' => 0, },
|
configure_requires => { 'Module::Build' => 0, },
|
||||||
|
|
1
Changes
1
Changes
|
@ -1,5 +1,6 @@
|
||||||
4.10_03 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.10_03 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Fix for multiple range expansion, as in 'h{a,b}{1,2}' (Github issue #97) (Thanks to lazyfrosch)
|
- Fix for multiple range expansion, as in 'h{a,b}{1,2}' (Github issue #97) (Thanks to lazyfrosch)
|
||||||
|
- Upgrade Perl::Tidy requirement to version 20171214 (Github issue #99) (Thanks to eserte)
|
||||||
|
|
||||||
4.10_02 2017-08-08 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.10_02 2017-08-08 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Include coverage tests in the resources
|
- Include coverage tests in the resources
|
||||||
|
|
|
@ -1509,10 +1509,10 @@ sub create_windows() {
|
||||||
-insertborderwidth => 4,
|
-insertborderwidth => 4,
|
||||||
-width => 25,
|
-width => 25,
|
||||||
-class => 'cssh',
|
-class => 'cssh',
|
||||||
)->pack(
|
)->pack(
|
||||||
-fill => "x",
|
-fill => "x",
|
||||||
-expand => 1,
|
-expand => 1,
|
||||||
);
|
);
|
||||||
|
|
||||||
$windows{history} = $windows{main_window}->Scrolled(
|
$windows{history} = $windows{main_window}->Scrolled(
|
||||||
"ROText",
|
"ROText",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue