From: Steinar H. Gunderson Date: Wed, 20 Nov 2013 00:35:13 +0000 (+0100) Subject: We do not use the POSIX module. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=0647de73921822fe0a3612bd36e430355176ddd8;ds=sidebyside We do not use the POSIX module. --- diff --git a/www/analysis.pl b/www/analysis.pl index 46795a9..9622623 100755 --- a/www/analysis.pl +++ b/www/analysis.pl @@ -1,6 +1,5 @@ #! /usr/bin/perl use CGI; -use POSIX; use Linux::Inotify2; use AnyEvent; use strict;