summaryrefslogtreecommitdiffstats
path: root/debian/patches/stocks.pl.diff
blob: 59a23454487205ad57946b358adcfe772bad399f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
escription: add a use Irssi::TextUI and POSIX to stocks.pl,
Forwarded: not-needed
Author: ""
Last-Update: 2010-05-12
--- a/scripts/stocks.pl
+++ b/scripts/stocks.pl
@@ -1,10 +1,12 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 use LWP::Simple;
 use Irssi;
 use vars qw($VERSION %IRSSI);
 use HTML::Entities;
+use Irssi::TextUI;
+use POSIX;
 
 $VERSION = '0.9';
 %IRSSI = (