CC: | gortan [...] gmail.com |
Subject: | "vvvv..." when using version module |
I'm using the version module to define the version of my main module:
use version; our $VERSION = qv('v0.1.2');
further down in the POD, it says:
=head1 VERSION
v0.1.2
after running shipit with the ChangePodVersion step, the version in the POD reads:
vv0.1.2
at the next run
vvv0.1.2
etc.
I'm using perl 5.12.4 on amd64 Linux.