Skip Menu |

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

Report information
The Basics
Id: 21277
Status: resolved
Priority: 0/
Queue: Text-Balanced

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: v1.99.0



Subject: Text::Balanced has some match variables
Date: Sat, 02 Sep 2006 21:38:52 +0900
To: bug-Text-Balanced [...] rt.cpan.org.
From: Hironori YOSHIDA <yoshida [...] cpan.org>
This is a bug report of Text-Balanced-1.98. Now, Text::Balanced has some match variables. * Text/Balanced.pm:331: $rdelspec = $&; * Text/Balanced.pm:927: { @bits = $field = defined($1) ? $1 : $& } I think that the library should not have those. @see perldoc English - PERFORMANCE section perldoc perlvar - BUGS section $ perl -MText::Balanced -e 'print Text::Balanced->VERSION' 1.98 $ perl -v This is perl, v5.8.7 built for cygwin-thread-multi-64int $ uname -a CYGWIN_NT-5.1 hiro-yoshida 1.5.21(0.156/4/2) 2006-07-30 14:21 i686 Cygwin Regards, Hironori Yoshida <yoshida@cpan.org>
On Sat Sep 02 08:39:43 2006, YOSHIDA wrote: Show quoted text
> This is a bug report of Text-Balanced-1.98. > > Now, Text::Balanced has some match variables. > * Text/Balanced.pm:331: $rdelspec = $&; > * Text/Balanced.pm:927: { @bits = $field = defined($1) ? $1 : $& } > > I think that the library should not have those.
... I think this bug can be marked closed now. It doesn't have a $& as of 2.02 at least, possibly before then. -- Paul Evans