ObjStore::NoInit - 'use ObjStore', but Delay Initialization


ObjStore documentation  | view source Contained in the ObjStore distribution.

Index


NAME

Top

ObjStore::NoInit - 'use ObjStore', but Delay Initialization

SYNOPSIS

Top

    #use ObjStore qw(import list);
    use ObjStore::NoInit qw(import list);

DESCRIPTION

Top

We go through hoops to make it easy for newbies. Use this module if you need to do something fancy. Here is a list of fancies:

* $ObjStore::CACHE_SIZE
* $ObjStore::CLIENT_NAME
* $ObjStore::SCHEMA_DB

Some of these variables can also be set via environment variables.


ObjStore documentation  | view source Contained in the ObjStore distribution.