]> Raphaël G. Git Repositories - acme/commitdiff
Fix for debian
authorRaphaël Gertz <git@rapsys.eu>
Wed, 21 Jun 2017 08:46:28 +0000 (10:46 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 21 Jun 2017 08:46:28 +0000 (10:46 +0200)
Acme.pm

diff --git a/Acme.pm b/Acme.pm
index adcc99e0fbab09d0b0555dd35c9e05de577c0859..e4637d790ee19b87ed1f1c9748852d4d3d782cd0 100644 (file)
--- a/Acme.pm
+++ b/Acme.pm
@@ -33,11 +33,13 @@ our @EXPORT_OK = qw(VERSION);
 # Load dependancies
 use Carp qw(carp confess);
 use Date::Parse qw(str2time);
+use DateTime;
 use Digest::SHA qw(sha256_base64);
 use Email::Valid;
 use File::Copy qw(copy);
 use File::Path qw(make_path);
 use File::Slurp qw(read_file write_file);
+use File::stat qw(stat);
 use File::Temp; # qw( :seekable );
 use IPC::System::Simple qw(capturex);
 use JSON qw(from_json to_json);
@@ -72,7 +74,7 @@ use constant {
        ACME_PROD_DIR => 'https://acme-v01.api.letsencrypt.org/directory',
 
        # Version
-       VERSION => 'v0.8',
+       VERSION => 'v0.9',
 };
 
 # User agent object