Subject: | does not support { our $VERSION = '...' } |
Parse::PMFile is not properly parsing version declarations that look like:
{ our $VERSION = '0.001'; }
Note that this is a syntax that newer versions of Dist::Zilla::Plugin::PkgVersion (in core dzil) use: https://metacpan.org/source/RJBS/Dist-Zilla-5.029/lib/Dist/Zilla/Plugin/PkgVersion.pm#L169
Also see this ticket for an overview of some toolchain issues it has caused: https://rt.cpan.org/Ticket/Display.html?id=101095
I am preparing a PR that contains a TODO test for this.