Subject: | Object::Pad class definitions cannot be parsed by toolchain |
As discussed in IRC:
Various parts of the toolchain try to parse the Perl source to find a $VERSION directive.
Since this distribution - and several other widgets - now use the Object::Pad `class WidgetName VERSION` syntax, those tools are no longer able to identify the version.
Cases include EUMM and V.pm. Since there are likely to be various other places that have similarly copied the relevant source-parsing code, it seems unlikely that the toolchain will be updated to handle these anytime soon.
Simplest option would be to add `package` + `$VERSION` definitions back in?