aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman.pm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-09-11 16:15:59 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-09-11 16:15:59 +0300
commitd62fd8fbc9c272e79a58c30e964702c52d1f56c9 (patch)
tree232aea53ded25cfdb286369bc83c29e840fcf948 /lib/App/Acmeman.pm
parentda90b094e7973bc4b7dedcd5cad086dc1d7a8fee (diff)
downloadacmeman-d62fd8fbc9c272e79a58c30e964702c52d1f56c9.tar.gz
acmeman-d62fd8fbc9c272e79a58c30e964702c52d1f56c9.tar.bz2
Fix bug introduced in the previous commitv2.02
* Changes: Update. * lib/App/Acmeman.pm: Version 2.02 * lib/App/Acmeman/Source.pm (is_set): New method. * lib/App/Acmeman/Source/Apache.pm (scan): Use is_set method instead of non-existing cfg.
Diffstat (limited to 'lib/App/Acmeman.pm')
-rw-r--r--lib/App/Acmeman.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index 99d018a..ad5899a 100644
--- a/lib/App/Acmeman.pm
+++ b/lib/App/Acmeman.pm
@@ -25,7 +25,7 @@ use Text::ParseWords;
use App::Acmeman::Log qw(:all :sysexits);
use feature 'state';
-our $VERSION = '2.01';
+our $VERSION = '2.02';
my $progdescr = "manages ACME certificates";

Return to:

Send suggestions and report system problems to the System administrator.