Subject: | $Module::Name::VERSION is not detected |
A version declaration of the form $Foo::VERSION = '1.23' is not
recognized as a proper version declaration.
This happens to cause the version test to fail on all dists packaged
with Dist::Zilla, as its [PkgVersion] plugin constructs version
declarations in this manner.
(example: see
https://metacpan.org/source/ETHER/MooseX-Getopt-0.54/lib/MooseX/Getopt.pm#L6
)