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

NAME

Starch::Plugin::AlwaysLoad - Always retrieve state data.

SYNOPSIS

    my $starch = Starch->new(
        plugins => ['::AlwaysLoad'],
        ...,
    );

DESCRIPTION

This plugin causes "data" in Starch::State to be always loaded from the store as soon as the state object is created. By default the state data is only retrieved from the store when it is first accessed.

SUPPORT

See "SUPPORT" in Starch.

AUTHORS

See "AUTHORS" in Starch.

LICENSE

See "LICENSE" in Starch.