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

index 553e0e530f24619d16ae9db89f340e68bea21330..30dcf329eebc02f9153fa4302b32f2082be1b7e4 100644 (file)
@@ -1,13 +1,14 @@
 use strict;
 use vars qw($VERSION %IRSSI);
 
+use POSIX;
 use Irssi;
 use HTTP::Request::Common;
 use LWP::UserAgent;
 use Storable qw/store_fd fd_retrieve/;
 use File::Glob qw/:bsd_glob/;
 
-$VERSION = '0.02';
+$VERSION = '0.03';
 %IRSSI = (
     authors    => 'bw1',
     contact    => 'bw1@aol.at',
@@ -15,8 +16,8 @@ $VERSION = '0.02';
     description        => 'upload file to https://0x0.st/',
     license    => 'ISC',
     url                => 'https://scripts.irssi.org/',
-    changed    => '2019-11-20',
-    modules => 'HTTP::Request::Common LWP::UserAgent Storable File::Glob',
+    changed    => '2020-04-12',
+    modules => 'POSIX HTTP::Request::Common LWP::UserAgent Storable File::Glob',
     commands=> '0x0st',
 );
 
git clone https://git.99rst.org/PROJECT