RT for rt.cpan.org
Skip Menu
|
Bug #105719 for import: incorrect VERSION sub
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
import CPAN distribution
.
Report information
The Basics
Id:
105719
Status:
new
Priority:
0/
Queue:
import
People
Owner:
Nobody in particular
Requestors:
ether [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Tue Jul 07 13:47:22 2015
ether [...] cpan.org - Ticket created
Subject:
incorrect VERSION sub
sub VERSION { $import::VERSION }; See perldoc UNIVERSAL -- a VERSION sub should check the argument passed in. Is this override even needed?