X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e50a96228a0f46ffbc7548848fb051094b463f17..a53be3c5f05306b9d489c4d35333e176c82bf890:/SL/Auth/SessionValue.pm 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); }