OOPS::Fsck - Reference checker for OOPS


OOPS documentation  | view source Contained in the OOPS distribution.

Index


NAME

Top

 OOPS::Fsck - Reference checker for OOPS

SYNOPSIS

Top

 use OOPS::Fsck;

 fsck(%args);

DESCRIPTION

Top

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

Top

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

LICENSE

Top

See the license for OOPS.


OOPS documentation  | view source Contained in the OOPS distribution.