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/lastfm.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/lastfm.pl')
| -rw-r--r-- | scripts/lastfm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lastfm.pl b/scripts/lastfm.pl index 4ff2105..77ec944 100644 --- a/scripts/lastfm.pl +++ b/scripts/lastfm.pl @@ -1,4 +1,5 @@ # vim: set expandtab: +use strict; use vars qw($VERSION %IRSSI); $VERSION = "5.8"; %IRSSI = ( @@ -240,7 +241,6 @@ sub DEBUG { Irssi::settings_get_bool("lastfm_debug"); }; -use strict; use warnings; no warnings 'closure'; use Data::Dumper; |
