RT for rt.cpan.org
Skip Menu
|
Bug #105813 for ExtUtils-Constant: Typo in Constant::Base
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
ExtUtils-Constant CPAN distribution
.
Report information
The Basics
Id:
105813
Status:
new
Priority:
0/
Queue:
ExtUtils-Constant
People
Owner:
Nobody in particular
Requestors:
HURRICUP [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sat Jul 11 17:06:59 2015
HURRICUP [...] cpan.org - Ticket created
Subject:
Typo in Constant::Base
my $l = ref $a eq 'ARRAY' ? ($a->[0] || $->[1]) : $a; $->[1] should be a $a I belive. This typo is in few lines.