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

NAME

IM::Engine::Plugin::State::InMemory - Keep state in memory

DESCRIPTION

This module keeps state in memory, using a hash. It's crude but it supports any data structure you can whip up. If your bot doesn't need long-term storage this is the backend to use.