X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2a201b355ff26058b8be59a92ce9c025cdf3a3bf..6f22c9ac8b5e51a3fc9c8e9a2adb22c46ac77d48:/SL/Auth/SessionValue.pm?ds=inline 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); }