Subject: | $VERSION set twice |
Just a minor annoyance:
$VERSION gets set twice in JSON/Any.pm, see
<https://metacpan.org/source/PERIGRIN/JSON-Any-1.30/lib/JSON/Any.pm>
This results in the following warning whenever pushing into the openshift git repo:
remote: Package 'JSON::Any' already declared with version '1.30',
remote: ignoring subsequent declaration on line 6.
Might be caused by misusing dist::zilla...