From: bw1 Date: Sun, 12 Apr 2020 15:56:59 +0000 (+0200) Subject: [0x0st] #700 add 'use POSIX' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ce2f2bf1bf35a9af05a37c0af13b1d341a72202a;p=irssi-scripts.irssi.org.git [0x0st] #700 add 'use POSIX' --- diff --git a/scripts/0x0st.pl b/scripts/0x0st.pl index 553e0e5..30dcf32 100644 --- a/scripts/0x0st.pl +++ b/scripts/0x0st.pl @@ -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', );