Skip Menu |

This queue is for tickets about the Protocol-BitTorrent CPAN distribution.

Report information
The Basics
Id: 105731
Status: new
Priority: 0/
Queue: Protocol-BitTorrent

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 { require Protocol::BitTorrent; $Protocol::BitTorrent::VERSION } This implementation 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.