Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from_string Miss-Parses Spaces #19

Open
theory opened this issue May 15, 2015 · 0 comments
Open

from_string Miss-Parses Spaces #19

theory opened this issue May 15, 2015 · 0 comments

Comments

@theory
Copy link

theory commented May 15, 2015

$ perl -MData::UUID -E 'my $u = Data::UUID->new; my $uuid = $u->from_string("91ae3596 95fa 11e4 ab6c 6cff01d6b4db"); say $u->to_string($uuid)'
91AE3596-955F-0A11-E4AB-B60C6CFF01D6

That output should be

91AE3596-95FA-11E4-AB6C-6CFF01D6B4DB

It seems to think the spaces are significant. :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant