The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Connector::Proxy::YAML

Description

Reads a yaml file from the path given as LOCATION and makes its structure available via the accessor methods.

If the file could not be loaded this connector returns undef for all requests.

Note: Changes made to the YAML file after the connector was first initialized will not be visible as the file is read once on startup and persited into memory.

Parameters

LOCATION

The location of the yaml file.