projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa45de4
)
Warnung vermeiden
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 20 Jun 2013 16:43:46 +0000
(18:43 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 25 Jun 2013 12:22:28 +0000
(14:22 +0200)
SL/Auth/SessionValue.pm
patch
|
blob
|
history
diff --git
a/SL/Auth/SessionValue.pm
b/SL/Auth/SessionValue.pm
index
cb1c7e3
..
cfaa624
100644
(file)
--- 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);
}