Hi This is likely due to the perl upstream change around/with https://perl5.git.perl.org/perl.git/commitdiff/c0e3b4b51cabf15ed8fc5f564dfeea31c25f5239 .
It can be workarounded by either setting higher limits for recursion_limit/recursion_limit_hash or disable it with -1 $Storable::recursion_limit=-1; $Storable::recursion_limit_hash=-1; but I'm not sure this will be the right solution. Regards, Salvatore