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:
ec63079
)
Kein Grund dass CVar nicht strict sein sollte.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 6 Oct 2009 12:17:58 +0000
(14:17 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 6 Oct 2009 12:17:58 +0000
(14:17 +0200)
SL/CVar.pm
patch
|
blob
|
history
diff --git
a/SL/CVar.pm
b/SL/CVar.pm
index
77d34e6
..
f4ca649
100644
(file)
--- a/
SL/CVar.pm
+++ b/
SL/CVar.pm
@@
-1,5
+1,7
@@
package CVar;
+use strict;
+
use List::Util qw(first);
use Data::Dumper;