Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 46342
Status: resolved
Priority: 0/
Queue: Data-GUID

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

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



"4baa1b036c691014b1ff38fef7b57626" is valid UUID string but Data::GUID failed on Data::GUID->from_string("4baa1b036c691014b1ff38fef7b57626"); Data::UUID works correctly with such values my $ug = new Data::UUID; my $guid = $ug->from_string('4baa1b036c691014b1ff38fef7b57626'); print $ug->to_string($guid); #4BAA1B03-6C69-1014-B1FF-38FEF7B57626 BUT print Data::GUID->from_string('4baa1b036c691014b1ff38fef7b57626'); #"4baa1b036c691014b1ff38fef7b57626" is not a valid string GUID
fixed in git. -- rjbs