aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-08-26 13:43:13 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-08-26 13:57:25 +0300
commitd9d63339f7df96d7dfcdbd11edbe996359b5813e (patch)
treecce58ed960a40e05850a3eb7858d4be1b7f0f3ed /lib
parent5d0c176c8f14151e54959bd898df69c82b5289c0 (diff)
downloadacmeman-d9d63339f7df96d7dfcdbd11edbe996359b5813e.tar.gz
acmeman-d9d63339f7df96d7dfcdbd11edbe996359b5813e.tar.bz2
Improve docs.
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Acmeman.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index c867c1b..8f253b2 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 = '1.11';
+our $VERSION = '2.00';
my $progdescr = "manages ACME certificates";
@@ -250,7 +250,8 @@ sub collect {
cn => $k,
alt => $alt,
postrenew => $v->{postrenew},
- %{$self->cf->getnode('files', $self->cf->get(qw(core files)))->as_hash});
+ %{$self->cf->getnode('files',
+ $self->cf->get(qw(core files)))->as_hash});
}
$self->domains($dom);
}

Return to:

Send suggestions and report system problems to the System administrator.