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:
c9a4081
)
DO.pm: wo croak() genutzt wird auch Carp usen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 8 Jun 2016 08:57:24 +0000
(10:57 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 8 Jun 2016 09:01:55 +0000
(11:01 +0200)
SL/DO.pm
patch
|
blob
|
history
diff --git
a/SL/DO.pm
b/SL/DO.pm
index
c8ef145
..
c066f99
100644
(file)
--- a/
SL/DO.pm
+++ b/
SL/DO.pm
@@
-33,6
+33,7
@@
package DO;
+use Carp;
use List::Util qw(max);
use YAML;