File: google.pl.diff

package info (click to toggle)
irssi-scripts 20070925
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,708 kB
  • ctags: 2,415
  • sloc: perl: 54,737; makefile: 43; sh: 20
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- google.pl.orig	2002-05-19 18:45:19.000000000 +0200
+++ scripts/google.pl	2004-02-26 18:36:38.000000000 +0100
@@ -1,10 +1,5 @@
 # - Google.pl
 
-# - You have to modify this line to the path
-# - of your LWP-dir
-
-use lib '/usr/lib/perl5/vendor_perl/5.6.1';
-
 use Irssi;
 use LWP::UserAgent;
 use strict;