diff options
| author | David Leadbeater | 2015-01-10 17:50:12 +0000 |
|---|---|---|
| committer | David Leadbeater | 2015-01-10 17:50:12 +0000 |
| commit | 3350aef6b04f0d33ad52b41179c6742a98d2aa1f (patch) | |
| tree | 287ac1dba07509317309acab3161f5da286958e9 /scripts/exec_clean.pl | |
| parent | 1bae3cffef57d4d46d0230aa4f44cc52c7671b93 (diff) | |
| parent | 2d920d6f610e176bf121f9089f21956595df70e9 (diff) | |
| download | scripts.irssi.org-3350aef6b04f0d33ad52b41179c6742a98d2aa1f.tar.bz2 | |
Merge branch 'obfuscoder-perlcritic-e-l' into gh-pages
Diffstat (limited to 'scripts/exec_clean.pl')
| -rw-r--r-- | scripts/exec_clean.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/exec_clean.pl b/scripts/exec_clean.pl index 7405ef6..766627f 100644 --- a/scripts/exec_clean.pl +++ b/scripts/exec_clean.pl @@ -1,6 +1,8 @@ # $Id: exec-clean.pl,v 1.6 2002/07/04 13:18:02 jylefort Exp $ +use strict; use Irssi 20020121.2020 (); +use vars qw($VERSION %IRSSI); $VERSION = "1.01"; %IRSSI = ( authors => 'Jean-Yves Lefort', @@ -32,7 +34,6 @@ $VERSION = "1.01"; # # * kill the process using a better method (TERM -> sleep -> KILL etc) -use strict; use Irssi::UI; sub window_destroyed { |
