Re: [PATCH] converted comments to POD

[email protected] (Robert Spier)
Newsgroups perl.qpsmtpd
Message-ID <CAAroffcBNX39qpG-caTiqjH9eQk_0tQtzZx=Z=K78B90M_mNpw@mail.gmail.com>
Applied.

On Sun, May 6, 2012 at 1:58 PM, Matt Simerson <[email protected]> wrote:

> converted comments to POD
>
> ---
> plugins/check_relay |   16 +++++++++++++---
> 1 file changed, 13 insertions(+), 3 deletions(-)
>
> diff --git a/plugins/check_relay b/plugins/check_relay
> index fcb3054..06034e7 100644
> --- a/plugins/check_relay
> +++ b/plugins/check_relay
> @@ -1,9 +1,19 @@
> #!perl -w
>
> -# this plugin checks the relayclients config file and
> -# $ENV{RELAYCLIENT} to see if relaying is allowed.
> -#
> +=head1 NAME
>
> +check_relay
> +
> +=head1 SYNOPSIS
> +
> +Checks the relayclients config file and $ENV{RELAYCLIENT} to see if
> relaying is allowed.
> +
> +=cut
> +
> +use strict;
> +use warnings;
> +
> +use Qpsmtpd::Constants;
> use Net::IP qw(:PROC);
>
> sub hook_connect {
> --
> 1.7.9.6
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.