Revision history for Perl extension Starch-Plugin-TimeoutStore. 0.09 2019-03-02T20:52:47Z - Declare deps as modules, not distros. 0.08 2019-02-20T18:50:03Z - Require Starch 0.11 so that we get the better croak. - Require perl 5.10.1. - Simplify VERSION declarations. 0.07 2019-02-18T05:59:59Z - Make sure we set Carp::Internal during set/get/remove. - Migrate build tooling from Dist::Zilla to Minilla. - Migrate all the tests from Test::More to Test2::V0. 0.06 2015-08-01 - Jump straight to version 0.06 so that this module can be indexed by PAUSE. - Actually allow fractional seconds for the timeout argument. - Don't pass the timeout value in sub_store_args, that makes no sense. - Use Sys::SigAction to do the timeouts rather than hand rolling it. - Move the TimeoutStore plugin to a separate distribution.