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

Download:
KiokuDB-0.27.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: KiokuDB-0.39

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.