There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.

COPYRIGHT AND LICENSE

See "COPYRIGHT AND LICENSE" in Starch.