> On Sat, 10 Dec 2011 09:51:03 +0200, Alex Efros
> said:
> Hi!
> I'm usually declare module version using this way:
> use version; our $VERSION = qv('0.1.4'); # update POD & Changes & README
> and PAUSE was able to parse it successfully several months ago,
> but now it fa
Hi!
I'm usually declare module version using this way:
use version; our $VERSION = qv('0.1.4'); # update POD & Changes & README
and PAUSE was able to parse it successfully several months ago,
but now it fail on this. I've also tried slightly different way
recommended on `perldoc version`: