File: google.pl.diff

package info (click to toggle)
irssi-scripts 20160301
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,624 kB
  • ctags: 2,564
  • sloc: perl: 61,025; sh: 184; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: ""
Forwarded: no
Author: ""
Last-Update: 2010-05-12
--- a/scripts/google.pl
+++ b/scripts/google.pl
@@ -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;