DO.pm: wo croak() genutzt wird auch Carp usen
[kivitendo-erp.git] / 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;