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

use Catmandu::Sane;

our $VERSION = '1.0602';

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

extends 'Catmandu::IdGenerator::Mock';

with 'Catmandu::Bag::IdGenerator';

1;

__END__

=pod

=head1 NAME

Catmandu::Bag::IdGenerator::Mock - Generator of increasing identifiers for bags

=cut