The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package ObjectDB::RelatedFactory;

use strict;
use warnings;

our $VERSION = '3.18';

use base 'ObjectDB::Factory';

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

1;