==> b1325 <==
WriteMakefile(
PREREQ_PM => {
- 'Tk' =>'800.025',
+ 'Tk' =>
+ '800.025',
'Tk::DiffText' => 0,
'Perl::Tidy' => 0
, # comes in the perltidy application
WriteMakefile(
PREREQ_PM => {
- 'Tk' =>'800.025',
+ 'Tk' =>
+ '800.025',
'Tk::DiffText' => 0,
'Perl::Tidy' => 0
, # comes in the perltidy application
while(($k,$v,)=each(%{$_[3]})){
if($k eq"email_"){
if(
- defined$groups{$_[1]}
- ->{"email_work"})
+ defined$groups{$_[1]}
+ ->{"email_work"})
{
$k="email_home";
}
#-----------------------------------------------------------
# The combination -xlp -xci and ci>i can be unstable (b1466)
#-----------------------------------------------------------
- if ( $rOpts->{'extended-line-up-parentheses'}
+ # Deactivated: the fix for b1501 also fixed b1466 in a simpler way.
+ # So this block can eventually be removed.
+ if ( 0
+ && $rOpts->{'extended-line-up-parentheses'}
&& $rOpts->{'extended-continuation-indentation'}
&& $rOpts->{'continuation-indentation'} > $rOpts->{'indent-columns'}
&& $rOpts->{'indent-columns'} > 1 )