Skip Menu |

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)



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.