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>