The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Rose::DB::Object::Metadata::Auto::Generic;

use strict;

use Rose::DB::Object::Metadata::Auto;
our @ISA = qw(Rose::DB::Object::Metadata::Auto);

our $VERSION = '0.1';

sub auto_generate_unique_keys { wantarray ? () : [] }

1;