Re: PAUSE "Safe" limitations on parsing module version

2011-12-12 Thread Andreas J. Koenig
> 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

PAUSE "Safe" limitations on parsing module version

2011-12-11 Thread Alex Efros
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`: