The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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