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.