From debfd3cb3c0f2954e8a330b69fa35b9c35d9d477 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 4 Oct 2003 10:10:47 +0000 Subject: [PATCH] Removed 'use lib' workaround. --- Web.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Web.pm b/Web.pm index a317dd3..c522082 100644 --- a/Web.pm +++ b/Web.pm @@ -23,8 +23,6 @@ our $CVS_ID=q$Id$; use strict; use warnings; -use lib qw(/home/short/lib/perl5/site_perl/5.6.0/i386-linux /home/short/lib/perl5/site_perl/5.6.0 /home/short/lib/perl5/site_perl/i386-linux /home/short/lib/perl5/site_perl /home/short/lib/perl5/5.6.0/i386-linux /home/short/lib/perl5/5.6.0 /home/short/lib/perl5/i386-linux /home/short/lib/perl5); - use Exporter; our @EXPORT=qw(&require &a_href &a_href_cz &vskip &img $W); our @ISA=qw(Exporter); -- 1.8.3.1