From: pcanterino <> Date: Fri, 17 Dec 2004 15:00:40 +0000 (+0000) Subject: Removed useless "use Tool;" in Output.pm X-Git-Tag: version_2_3~18 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/4d557032f1dd4208660d21cd162f356ce34cb972 Removed useless "use Tool;" in Output.pm --- diff --git a/modules/Output.pm b/modules/Output.pm index be4837f..19fa248 100644 --- a/modules/Output.pm +++ b/modules/Output.pm @@ -6,7 +6,7 @@ package Output; # HTML generating routines # # Author: Patrick Canterino -# Last modified: 2004-11-26 +# Last modified: 2004-12-17 # use strict; @@ -14,8 +14,6 @@ use strict; use vars qw(@EXPORT); use CGI qw(header); -use Tool; - use HTML::Entities; use Template;