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

use strict;
use warnings;

use base 'ObjectDB::Factory';

our $VERSION = '3.16';

sub namespace { 'ObjectDB::Meta::Relationship::' }

1;