Applied to my tree as 1002d0dd561ad7cd22ecb76f1ecf46487ad83cf7.
I also committed a followup patch to replace the $foo =~ /^blah$/i
with lc $foo eq "blah". It's a microoptimization, but it's a lot
faster.
-R
Steve Kemp wrote:
>
> On Tue May 04, 2010 at 14:27:16 -0700, Robert Spier wrote:
>
> > Oddly, this doesn't apply cleanly to the STATUS file.
>
> Oddness. A single line removal should be a sane patch!
>
> > Can you generate a new patch, and run perltidy on it as well? At
> > the very least, the qpsmtpd style is to put the braces { } on the
> > same line as the operation, not the line itself.
>
> Done. Using the .perltidyrc file found in the repository.
>
> Two patches attached, in case of failure to apply. (Fresh checkout
> of the repository from git://git.develooper.com/qpsmtpd.git )
>
> Steve
> --