search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
272 B
Text
7 lines
272 B
Text
This module implements a session engine for Dancer2 by serializing
|
|
the session, and storing it in a database via DBIx::Class.
|
|
|
|
JSON was chosen as the default serialization format,
|
|
as it is fast, terse, and portable.
|
|
|
|
WWW: https://metacpan.org/release/Dancer2-Session-DBIC
|