The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

DESCRIPTION

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.