From e44ab17f87dcc6b420a40bfbb45662e58c5c41ab Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 22 Jun 2023 09:49:56 +0100 Subject: pod the script --- scripts/claws-password | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/claws-password b/scripts/claws-password index e84a104..e16173a 100755 --- a/scripts/claws-password +++ b/scripts/claws-password @@ -2,7 +2,10 @@ use v5.26; use strict; use warnings; +# VERSION use Config::ClawsMail; +# PODNAME: claws-password +# ABSTRACT: print out a cleartext password from claws store my $c = Config::ClawsMail->new(); say $c->password_store->password_for(@ARGV); -- cgit v1.2.3