Take me over?
The maintainer of this distribution is looking for someone to take over!
        If you're interested then please contact them via
        email.
        
      
  NAME
KiokuDB::LinkChecker - Reference consistency checker
SYNOPSIS
use KiokuDB::LinkChecker;
my $l = KiokuDB::LinkChecker->new(
    backend => $b,
);
my @idw = $l->missing->members; # referenced but not in the DBDESCRIPTION
This is the low level link checker used by KiokuDB::Cmd::Command::FSCK.