aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme b/lacme
index d7a416e..1065e67 100755
--- a/lacme
+++ b/lacme
@@ -21,10 +21,10 @@
use strict;
use warnings;
-our $VERSION = '0.0.1';
+our $VERSION = '0.3';
my $NAME = 'lacme';
-use Errno qw/EADDRINUSE EINTR/;
+use Errno 'EINTR';
use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC SEEK_SET/;
use File::Temp ();
use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version/;