Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-UUID-MT CPAN distribution.

Report information
The Basics
Id: 81582
Status: resolved
Priority: 0/
Queue: Data-UUID-MT

People
Owner: Nobody in particular
Requestors: BKATZUNG [...] cpan.org
Cc:
AdminCc:

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



Subject: output case violates standards
Hexadecimal values should output lowercase for values 'a' through 'f' per RFC 4122 Section 3 ("The hexadecimal values "a" through "f" are output as lower case characters and are case insensitive on input.") and ITU-T Rec. X.667 (09/2004) Section 6.5.4 ("Software generating the hexadecimal representation of a UUID shall not use upper case letters.") As "unpack" already returns lower case, the fix should be as easy as not calling "uc".
Fixed and uploaded to CPAN as 1.000