LibreCat / Catmandu-Identifier

Namespace for handling/fixing identifier, e.g. ISBN, ISSN
https://metacpan.org/release/Catmandu-Identifier
Other
2 stars 2 forks source link

remove Data::UUID dependency #13

Closed nics closed 5 years ago

nics commented 5 years ago

See https://github.com/LibreCat/Catmandu/issues/367. In Catmandu itself the module has been replaced by Data::UUID::MT. Data::UUID::MT->new(version => 4)->create_string

vpeil commented 5 years ago

fixed, thanks for reporting.