X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FAuth%2FSessionValue.pm;h=cfaa6245cc1c26d40f08de20e3abf066cf5b5df1;hb=356fec7ed87236e0b68c0ef45fe5f99c8b1f5038;hp=cb1c7e386de006cb377dc70bda6414321b0a750e;hpb=e50a96228a0f46ffbc7548848fb051094b463f17;p=kivitendo-erp.git diff --git a/SL/Auth/SessionValue.pm b/SL/Auth/SessionValue.pm index cb1c7e386..cfaa6245c 100644 --- a/SL/Auth/SessionValue.pm +++ b/SL/Auth/SessionValue.pm @@ -37,6 +37,7 @@ sub get { sub get_dumped { my ($self) = @_; + no warnings 'once'; local $YAML::Stringify = 1; return YAML::Dump($self->get); }