diff options
| author | Tom Feist <shabble@metavore.org> | 2011-05-25 05:02:53 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-05-25 05:02:53 +0000 | 
| commit | 0b038c71b5e78b3a796674483ece6143d36d9f0a (patch) | |
| tree | dc0eabc0362264e2d114c2fba3cb32f431a4b7d9 /ido-mode | |
| parent | rl_history_search: added use warnings, and made load_uberprompt_failed() receive (diff) | |
| download | irssi-scripts-0b038c71b5e78b3a796674483ece6143d36d9f0a.tar.gz irssi-scripts-0b038c71b5e78b3a796674483ece6143d36d9f0a.zip | |
ido-mode/ido_switcher: added use warnings;
Diffstat (limited to 'ido-mode')
| -rw-r--r-- | ido-mode/ido_switcher.pl | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ido-mode/ido_switcher.pl b/ido-mode/ido_switcher.pl index 8194f8a..021764a 100644 --- a/ido-mode/ido_switcher.pl +++ b/ido-mode/ido_switcher.pl @@ -244,6 +244,8 @@ recently active, priority to PMs/hilights, etc?)  =cut  use strict; +use warnings; +  use Irssi;  use Irssi::TextUI;  use Data::Dumper; | 
