From: Marius Gavrilescu Date: Mon, 7 Jul 2014 21:09:13 +0000 (+0300) Subject: Update POD X-Git-Url: http://git.ieval.ro/?p=app-edwardng.git;a=commitdiff_plain;h=b65d84868bf813c43b91ee58bdf26671e28fa819 Update POD --- diff --git a/edwardng b/edwardng index 7e1363f..4f6124e 100755 --- a/edwardng +++ b/edwardng @@ -14,14 +14,19 @@ edwardng - GnuPG email sign/encrypt testing bot =head1 SYNOPSIS -edwardng -- +Manually: + edwardng --from=edwardng@example.org --key=12345678 < mail.eml + +In F: + + edwardng: |edwardng --from=edwardng@example.org --key=12345678 =head1 DESCRIPTION EdwardNG is a reimplementation of the Edward reply bot referenced in L. -It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately. +It reads an email from STDIN, checks it for PGP signatures and encryption, then replies appropriately. =head1 OPTIONS diff --git a/lib/App/EdwardNG.pm b/lib/App/EdwardNG.pm index 9a01dc0..6f6b3a0 100644 --- a/lib/App/EdwardNG.pm +++ b/lib/App/EdwardNG.pm @@ -166,8 +166,6 @@ App::EdwardNG - GnuPG email sign/encrypt testing bot EdwardNG is a reimplementation of the Edward reply bot referenced in L. -It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately. - This module exports a single function, B, which takes a single parameter representing the message. This parameter can be: =over