Removed 'use lib' workaround.
authorshort <>
Sat, 4 Oct 2003 10:10:47 +0000 (10:10 +0000)
committershort <>
Sat, 4 Oct 2003 10:10:47 +0000 (10:10 +0000)
Web.pm

diff --git a/Web.pm b/Web.pm
index a317dd3..c522082 100644 (file)
--- 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);