From: pcanterino <> Date: Sun, 14 Mar 2004 09:38:50 +0000 (+0000) Subject: There is no need to export error_in_use() any more, because I removed this function. X-Git-Tag: version_2_0~29 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/d45094b7ee0dee87ae03d62f9e9a0a3e2196add8?hp=977a71a3c15adbdd99d7fd5dbbbd384891e48335 There is no need to export error_in_use() any more, because I removed this function. --- 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;