Skip Menu |

This queue is for tickets about the Digest-SHA2 CPAN distribution.

Report information
The Basics
Id: 16294
Status: rejected
Priority: 0/
Queue: Digest-SHA2

People
Owner: Nobody in particular
Requestors: jdhedden [...] 1979.usna.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Version numbering problem
The newest version of CPAN doesn't handle version numbers that have two decimal points in a quoted string: our $VERSION = '1.1.0'; I had a couple modules that I was doing the same thing with, and gave up on this format. I went back to just using a single decimal point: our $VERSION = 1.11; Even with this, I make sure the last digit is not a zero.
On Mon Dec 05 08:38:49 2005, JDHEDDEN wrote: Show quoted text
> The newest version of CPAN doesn't handle version numbers that have > two decimal points in a quoted string: > > our $VERSION = '1.1.0'; > > I had a couple modules that I was doing the same thing with, and gave > up on this format. I went back to just using a single decimal point: > > our $VERSION = 1.11; > > Even with this, I make sure the last digit is not a zero.
Digest::SHA2 is deprecated and won't be getting bugfixes. Please use Digest::SHA instead.