| Queue-Leaky documentation | view source | Contained in the Queue-Leaky distribution. |
Queue::Leaky::State - Role For Keeping Global State
package MyState;
use Moose;
with 'Queue::Leaky::State';
no Moose;
sub get { ... }
sub set { ... }
sub remove { ... }
sub incr { ... }
sub decr { ... }
| Queue-Leaky documentation | view source | Contained in the Queue-Leaky distribution. |