Skip Menu |

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)



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