NAME
Starch::Plugin::LogUnsaved - Complain when state data is lost.
SYNOPSIS
my $starch = Starch->new(
plugins => ['::LogUnsaved'],
...,
);
DESCRIPTION
This plugin detects when a state object is being destroyed and is dirty (the state data has changed). If this happens an error log message will be written.
AUTHORS AND LICENSE
See "AUTHOR" in Starch, "CONTRIBUTORS" in Starch, and "LICENSE" in Starch.