Skip Menu |

This queue is for tickets about the Perl-Tags CPAN distribution.

Report information
The Basics
Id: 70635
Status: resolved
Priority: 0/
Queue: Perl-Tags

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

Bug Information
Severity: Normal
Broken in: 0.28
Fixed in: 0.31



Subject: Do not index perl built-in variables (perlvar)
Perl::Tags should not index known Perl buil-in variables. Here are some examples that are currently indexed but should not be: local $ENV{TZ} = 'UTC'; local $/; -- Olivier Mengué - https://metacpan.org/author/dolmen https://github.com/dolmen/
On Wed Aug 31 05:15:52 2011, DOLMEN wrote: Show quoted text
> Perl::Tags should not index known Perl buil-in variables. > > Here are some examples that are currently indexed but should not be: > > local $ENV{TZ} = 'UTC'; > local $/;
Can you give some explanation as to why/when this is a problem? Best, osf'
On Fri Apr 04 03:37:02 2014, OSFAMERON wrote: Show quoted text
> On Wed Aug 31 05:15:52 2011, DOLMEN wrote:
> > Perl::Tags should not index known Perl buil-in variables. > > > > Here are some examples that are currently indexed but should not be: > > > > local $ENV{TZ} = 'UTC'; > > local $/;
> > > Can you give some explanation as to why/when this is a problem? Best, osf'
Fixed with dtikhonov's latest pull (merged into git)
On Sun May 11 07:16:44 2014, OSFAMERON wrote: Show quoted text
> On Fri Apr 04 03:37:02 2014, OSFAMERON wrote:
> > On Wed Aug 31 05:15:52 2011, DOLMEN wrote:
> > > Perl::Tags should not index known Perl buil-in variables. > > > > > > Here are some examples that are currently indexed but should not > > > be: > > > > > > local $ENV{TZ} = 'UTC'; > > > local $/;
> > > > > > Can you give some explanation as to why/when this is a problem? > > Best, osf'
> > Fixed with dtikhonov's latest pull (merged into git)