Hi, David.
Thank you for the swift and elaborate replay.
> FWIW, I strongly encourage you to do it like this (in all your modules):
>
> use version;
> our $VERSION = "v1.121.0";
Your suggestion is not new to me and I'm going to follow it now.
http://www.dagolden.com/index.php/369/versio
Hi, Alexei.
1.12 is equivalent "1.12" so thus equal to v1.120.0. To go up, you
need to jump to something like v1.121.0 or v1.130.0 or v2.0.0 or whatever
makes you happy.
FWIW, I strongly encourage you to do it like this (in all your modules):
use version;
our $VERSION = "v1.121.0";
Hi,
is the a proper way to get rid of the issue?
I've tried to switch of to MAJOR.MINOR.PATCH versioning (http://semver.org/) and
trapped into this.
Any help would be greatly appreciated.
Best regards,
Alexei
> -- Original Message --
> From: PAUSE
> To: i...@maximka.de, andreas.