The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

UR::Object::LegacySet::DefinitionMeta::Revision - A revision number hang-off

SYNOPSIS

    @rev = UR::Object::LegacySet::DefinitionMeta::Revision->get(
        reference_set_id => $some_multiversion_set_id
    );
    for my $r (@rev) {
        print "Set " . $r->id 
            . " is revision " . $r->revision_num
            . " of set $some_multiversion_set_id\n";
    }

DESCRIPTION

When a set of type "revisioned" has revisions, each revision is also a set of undetermined type. These sets will also have an object of this type which associates a revision number with that particular snapshot.