Skip Menu |

This queue is for tickets about the Text-FindIndent CPAN distribution.

Report information
The Basics
Id: 55609
Status: resolved
Priority: 0/
Queue: Text-FindIndent

People
Owner: Nobody in particular
Requestors: SZABGAB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08
Fixed in: (no value)



I got lots of warnings like this while using Padre: Use of uninitialized value $trailing_spaces in length at /home/gabor/perl5/lib/perl5/Text/FindIndent.pm line 296. I think that code should be sg like this my $trailing_spaces = ''; if ($str =~ s/( +)$//) { $trailing_spaces = $1; } or the regex should be $str =~ s/( *)$// but I could not create a test case so I have not applied the patch.
Text::FindIndent 0.10 was just released with a probable fix. Sorry for the insane delay. --Steffen