From d18ce63b0721e9ad327c98d9cf24a36bccc9ea3e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Feb 2018 16:36:45 +1300 Subject: Remove unneeded File::stat dependency This was added in b8625a2, likely as part of an aborted experiment in checking that the permissions of the "passfile" for runcrypt(1) were acceptably limited. --- bin/runcrypt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/runcrypt') diff --git a/bin/runcrypt b/bin/runcrypt index 1e2def6..96a9a73 100755 --- a/bin/runcrypt +++ b/bin/runcrypt @@ -11,7 +11,6 @@ use 5.008_001; # Import required modules use English '-no_match_vars'; -use File::stat; use Getopt::Long::Descriptive; use Mail::Run::Crypt; @@ -259,10 +258,6 @@ L =item * -L - -=item * - L =item * -- cgit v1.2.3 From 011ceab03bd160e499f777a1f4e4bd99c470b0b2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Feb 2018 16:41:21 +1300 Subject: Bump VERSION to 0.11 --- bin/runcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/runcrypt') diff --git a/bin/runcrypt b/bin/runcrypt index 96a9a73..9a7e6d9 100755 --- a/bin/runcrypt +++ b/bin/runcrypt @@ -15,7 +15,7 @@ use Getopt::Long::Descriptive; use Mail::Run::Crypt; # Specify package version -our $VERSION = '0.10'; +our $VERSION = '0.11'; # Name ourselves our $SELF = 'runcrypt'; -- cgit v1.2.3