From 5fed92b8c9e78ea0dce129f469c1b9f4ae5219fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 20 Jun 2013 18:43:46 +0200 Subject: [PATCH] Warnung vermeiden --- SL/Auth/SessionValue.pm | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.20.1