Subject: | incorrect VERSION sub |
sub VERSION {$VERSION} # some MakeMaker's require this
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.