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

NAME

POE::Component::MessageQueue::IDGenerator::SimpleInt - Simple integer IDs.

DESCRIPTION

This is a concrete implementation of the Generator interface for creating message IDs. It simply increments an integer, and makes some attempt to remember what the last one it used was across runs.

AUTHOR

Paul Driver <frodwith@gmail.com>