From d45094b7ee0dee87ae03d62f9e9a0a3e2196add8 Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Sun, 14 Mar 2004 09:38:50 +0000 Subject: [PATCH 1/1] There is no need to export error_in_use() any more, because I removed this function. --- modules/Output.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/Output.pm b/modules/Output.pm index 22d4e3c..eff7459 100644 --- a/modules/Output.pm +++ b/modules/Output.pm @@ -6,7 +6,7 @@ package Output; # HTML generating routines # # Author: Patrick Canterino -# Last modified: 2004-03-04 +# Last modified: 2004-03-12 # use strict; @@ -25,8 +25,7 @@ use base qw(Exporter); @EXPORT = qw(error_template error - abort - error_in_use); + abort); my $tpl_error; -- 2.34.1