[Quoting John Peacock, on March 13 2010, 21:24, in "Re: Releasing a cand"]
> Where?  Did you change that in Build.PL or in the $VERSION assignment in 
> the main .pm file?

In the main .pm file.
I did work around the problem by adding an explicit dist_version to
Build.PL. 
 
> You cannot just dump random text into $VERSION and expect it to work. 
> Among other things, how do you expect tools to sort this release with 
> all of the other releases you are making?

print "yes" if "2.00 RC1"  lt "2.00.00";
print "yes" if "2.00(RC1)" lt "2.00.00";

What would your suggestion be to distinctively denote a release
candidate? 

-- Johan

Reply via email to