[Koha-patches] [PATCH] Bug 6679: Follow up patch explicitly using Carp

Chris Cormack chrisc at catalyst.net.nz
Mon Aug 8 11:43:38 CEST 2011


---
 acqui/addorderiso2709.pl |    1 +
 acqui/basketgroup.pl     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl
index 8a2a000..4ba819a 100755
--- a/acqui/addorderiso2709.pl
+++ b/acqui/addorderiso2709.pl
@@ -24,6 +24,7 @@
 use strict;
 use warnings;
 use CGI;
+use Carp;
 use Number::Format qw(:all);
 
 use C4::Context;
diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl
index e1622ee..23744f2 100755
--- a/acqui/basketgroup.pl
+++ b/acqui/basketgroup.pl
@@ -45,6 +45,7 @@ The bookseller who we want to display the baskets (and basketgroups) of.
 
 use strict;
 use warnings;
+use Carp;
 
 use C4::Input;
 use C4::Auth;
-- 
1.7.4.1



More information about the Koha-patches mailing list