NAME

UUID::Generator::PurePerl::Compat - Compatible interface to Data::UUID

SYNOPSIS

use UUID::Generator::PurePerl::Compat;

$ug = UUID::Generator::PurePerl::Compat->new();

$uuid1 = $ug->create();
$uuid2 = $ug->create_from_name(<namespace>, <name>);

$res = $ug->compare($uuid1, $uuid2);

$str  = $ug->to_string( $uuid );
$uuid = $ug->from_string( $str );

DESCRIPTION

This class provides compatibility layer to Data::UUID.

SEE ALSO

UUID::Generator::PurePerl, Data::UUID.

AUTHOR

ITO Nobuaki <banb@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.