
KiokuDB::LiveObjects::Scope - Scope helper object

{
my $scope = $dir->new_scope;
... do work on $dir ...
}

Live object scopes exist in order to ensure objects don't die too soon if the only other references to them are weak.
When scopes are destroyed the refcounts of the objects they refer to go down, and the parent scope is replaced in the live object set.
