[Koha-bugs] [Bug 28317] Remove CGI::Session::Serialize::yaml dependency by using the default serializer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 14 03:37:30 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317

--- Comment #35 from David Cook <dcook at prosentient.com.au> ---
Well, I just looked at CGI::Session::Serialize::default and did a little test
using its freeze method. The data ends up looking like this:

$D = {'firstname' => 'David','surname' => 'Cook','id' => '1'};;$D

I could probably parse that...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list