]> wagnertech.de Git - kivitendo-erp.git/commitdiff
do.pl: bei Nutzung von croak auch Carp einbinden
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 28 Oct 2015 14:59:06 +0000 (15:59 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 28 Oct 2015 14:59:06 +0000 (15:59 +0100)
bin/mozilla/do.pl

index 21384f4ba5da63f55ba722850e9c47cc76e3e988..ac71eca9a49d08810703ec1b30589e588a282946 100644 (file)
@@ -30,6 +30,7 @@
 # Delivery orders
 #======================================================================
 
+use Carp;
 use List::MoreUtils qw(uniq);
 use List::Util qw(max sum);
 use POSIX qw(strftime);