From: Moritz Bunkus Date: Wed, 28 Oct 2015 14:59:06 +0000 (+0100) Subject: do.pl: bei Nutzung von croak auch Carp einbinden X-Git-Tag: release-3.4.1~614 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c9e68ea27a90d4b9ee7c7b62d397c5af3d5ed630;p=kivitendo-erp.git do.pl: bei Nutzung von croak auch Carp einbinden --- diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 21384f4ba..ac71eca9a 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -30,6 +30,7 @@ # Delivery orders #====================================================================== +use Carp; use List::MoreUtils qw(uniq); use List::Util qw(max sum); use POSIX qw(strftime);