יובל קוג'מן (Yuval Kogman) > KiokuDB > KiokuDB::LinkChecker

Download:
KiokuDB-0.34.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

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 DB

DESCRIPTION ^

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