NAME

OOPS::Fsck - Reference checker for OOPS

SYNOPSIS

use OOPS::Fsck;

fsck(%args);

DESCRIPTION

OOPS::Fsck provides a sanity checker for your persistent data. You only need this if you've got some indication there might be a problem (OOPS dying due to reference counts of -1).

It will correct reference counts on objects. It will remove pointers to objects that don't exist.

If you have these sorts of problems, you should probably also run garbage collection (OOPS::GC).

INVOCATION

The arguments you pass to fsck() are exactly the same as the arguments you pass to OOPS::dbiconnect().

LICENSE

See the license for OOPS.