There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Deeme::Backend::Memory - Local memory backend for Deeme

SYNOPSIS

use Deeme;
use Deeme::Backend::Memory;
my $e = Deeme->new( backend => Deeme::Backend::Memory->new() );

DESCRIPTION

Deeme::Backend::Memory is a local memory backend for Deeme

AUTHOR

mudler <mudler@dark-lab.net>

COPYRIGHT

Copyright 2014- mudler

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO