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 ObjectDB::RelatedFactory;

use strict;
use warnings;

our $VERSION = '3.09';

use base 'ObjectDB::Factory';

sub namespace { 'ObjectDB::Related::' }

1;