RT for rt.cpan.org
Skip Menu
|
Bug #132483 for Term-ANSITable: exiting subroutine via next
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Term-ANSITable CPAN distribution
.
Report information
The Basics
Id:
132483
Status:
new
Priority:
0/
Queue:
Term-ANSITable
People
Owner:
Nobody in particular
Requestors:
rjbs [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sat May 02 11:41:38 2020
rjbs [...] cpan.org - Ticket created
Subject:
exiting subroutine via next
From the source: sub _read_style_envs { my $self = shift; next if $self->{_read_style_envs}++; Probably that should be "return" -- rjbs