Re: [PATCH] Command.pm, promoted strictures to 1st line of code

[email protected] (Robert Spier)
Newsgroups perl.qpsmtpd
Message-ID <CAAroffdZ7qJo4_y6a9SJ7YOF2hBcVS=ab+Z6czO4VDM9CTrTLA@mail.gmail.com>
Applied.

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

> Command.pm, promoted strictures to 1st line of code
>
> ---
> lib/Qpsmtpd/Command.pm |    3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lib/Qpsmtpd/Command.pm b/lib/Qpsmtpd/Command.pm
> index d6a722e..e48c0f2 100644
> --- a/lib/Qpsmtpd/Command.pm
> +++ b/lib/Qpsmtpd/Command.pm
> @@ -53,10 +53,11 @@ Inside a plugin
>
> =cut
>
> +use strict;
> +
> use Qpsmtpd::Constants;
> use vars qw(@ISA);
> @ISA = qw(Qpsmtpd::SMTP);
> -use strict;
>
> sub parse {
>    my ($me,$cmd,$line,$sub) = @_;
> --
> 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.