NAME
Starch::Plugin::AutoSave - Automatically save changed state data.
SYNOPSIS
my $starch = Starch->new(
plugins => ['::AutoSave'],
...,
);
DESCRIPTION
This plugin detects when a state object is being destroyed and is dirty (the state data has changed). If this happens then save will be called on the state.
AUTHORS AND LICENSE
See "AUTHOR" in Starch, "CONTRIBUTORS" in Starch, and "LICENSE" in Starch.