From: bw1 Date: Sun, 12 Apr 2020 15:43:59 +0000 (+0200) Subject: [theme] #700 add 'use POSIX' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=500431b326dbd30493577bc6492196158384d5fe;p=irssi-scripts.irssi.org.git [theme] #700 add 'use POSIX' --- diff --git a/scripts/theme.pl b/scripts/theme.pl index b7bc22e..7d649b7 100644 --- a/scripts/theme.pl +++ b/scripts/theme.pl @@ -1,5 +1,6 @@ use strict; use vars qw($VERSION %IRSSI); +use POSIX; use File::Basename; use File::Fetch; use File::Glob ':bsd_glob'; @@ -9,7 +10,7 @@ use YAML::XS; use Irssi; -$VERSION = '0.03'; +$VERSION = '0.04'; %IRSSI = ( authors => 'bw1', contact => 'bw1@aol.at', @@ -17,8 +18,8 @@ $VERSION = '0.03'; description => 'activate, show or get theme', license => 'Public Domain', url => 'https://scripts.irssi.org/', - changed => '2019-07-02', - modules => 'File::Basename File::Fetch File::Glob Getopt::Long Storable YAML::XS', + changed => '2020-04-12', + modules => 'POSIX File::Basename File::Fetch File::Glob Getopt::Long Storable YAML::XS', commands=> 'theme', );