diff options
Diffstat (limited to 'debian/patches/rotator.pl.diff')
-rw-r--r-- | debian/patches/rotator.pl.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/rotator.pl.diff b/debian/patches/rotator.pl.diff new file mode 100644 index 0000000..4be67d3 --- /dev/null +++ b/debian/patches/rotator.pl.diff @@ -0,0 +1,14 @@ +Description: add a use Irssi::TextUI to rotator.pl, +Forwarded: not-needed +Author: "" +Last-Update: 2010-05-12 +--- a/scripts/rotator.pl ++++ b/scripts/rotator.pl +@@ -3,6 +3,7 @@ + use strict; + + use vars qw($VERSION %IRSSI); ++use Irssi::TextUI; + + $VERSION="0.2.1"; + %IRSSI = ( |