Skip Menu |

This queue is for tickets about the Tie-Constrained CPAN distribution.

Report information
The Basics
Id: 105723
Status: new
Priority: 0/
Queue: Tie-Constrained

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: incorrect VERSION sub
sub VERSION () {$VERSION} This is wrong. See perldoc UNIVERSAL. A VERSION sub should check the arguments that are passed in. This sub can just be removed, to make it behave properly.