KiokuDB::LinkChecker - Reference consistency checker


KiokuDB documentation  | view source Contained in the KiokuDB distribution.

Index


NAME

Top

KiokuDB::LinkChecker - Reference consistency checker

SYNOPSIS

Top

    use KiokuDB::LinkChecker;

    my $l = KiokuDB::LinkChecker->new(
        backend => $b,
    );

    my @idw = $l->missing->members; # referenced but not in the DB

DESCRIPTION

Top

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


KiokuDB documentation  | view source Contained in the KiokuDB distribution.