Group
Extension

Matches 1

Dancer2-Session-DatabasePlugin ( A/AK/AKALINUX/Dancer2-Session-DatabasePlugin-1.0014.tar.gz, AKALINUX, 2021; MetaCPAN )
Dancer2-Session-DatabasePlugin/lib/Dancer2/Session/DatabasePlugin.pm ( view source; MetaCPAN )
 add the following code.

  use JSON qw(to_json from_jsom);

  $Dancer2::Session::DatabasePlugin::FREEZE=\&to_json;
  $Dancer2::Session::DatabasePlugin::THAW=\&from_json;

  $Dancer2::Session::Databas

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