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:
Duncan Ferguson 2017-12-21 23:53:30 +00:00
parent 16deb34d14
commit 9a4c7714f9
3 changed files with 4 additions and 2 deletions

View file

@ -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, },

View file

@ -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

View file

@ -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",