Group
Extension

Matches 1

Tie-Redis ( D/DG/DGL/Tie-Redis-0.25.tar.gz, DGL, 2012; MetaCPAN )
Tie-Redis/lib/Tie/Redis.pm ( view source; MetaCPAN )

  my($self, $serialize) = @_;

  my %serializers = (
    json => [
      sub { require JSON },
      \&JSON::to_json,
      \&JSON::from_json
    ],
    storable => [
      sub { require Storable },

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.