
KiokuDB::LinkChecker - Reference consistency checker

use KiokuDB::LinkChecker;
my $l = KiokuDB::LinkChecker->new(
backend => $b,
);
my @idw = $l->missing->members; # referenced but not in the DB

This is the low level link checker used by KiokuDB::Cmd::Command::FSCK.