]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[theme] #700 add 'use POSIX'
authorbw1 <redacted>
Sun, 12 Apr 2020 15:43:59 +0000 (17:43 +0200)
committerbw1 <redacted>
Sun, 12 Apr 2020 15:43:59 +0000 (17:43 +0200)
scripts/theme.pl

index b7bc22e01717918d4bbe87e5af8a090d903ba16f..7d649b7ea900c182f6b6bd649875fd6680042b8a 100644 (file)
@@ -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',
 );
 
git clone https://git.99rst.org/PROJECT