The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Catmandu::Bag::IdGenerator::UUID;

use Catmandu::Sane;

our $VERSION = '1.0301';

use Data::UUID;
use Moo;
use namespace::clean;

extends 'Catmandu::IdGenerator::UUID';

with 'Catmandu::Bag::IdGenerator';

1;

__END__

=pod

=head1 NAME

Catmandu::Bag::IdGenerator::UUID - Generator of UUID identifiers for bags

=cut