Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 102451
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: ZDM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Empty lines added to code betwee format skipping tags
Hi, Example code: #<<< =head1 NAME =cut my %KA_CACHE; # indexed by uhost currently, points to [$handle...] array =head1 NAME =cut #>>> perltidy options: --perl-best-practices --tight-secret-operators --continuation-indentation=2 --maximum-line-length=0 --format-skipping --converge Every time perltidy inserts new lines before second =head. I have mercurial hook, that automatically apply perltidy to all committed sources - so sources with such code become modified on each commit and grows.
Subject: Re: [rt.cpan.org #102451] Empty lines added to code betwee format skipping tags
Date: Tue, 3 Mar 2015 06:08:45 -0800
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-Perl-Tidy [...] rt.cpan.org>
From: Steven Hancock <s7078hancock [...] gmail.com>
Thanks! Steve On Mon, Mar 2, 2015 at 7:30 AM, Dmytro Zagashev via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Mon Mar 02 10:30:30 2015: Request 102451 was acted upon. > Transaction: Ticket created by ZDM > Queue: Perl-Tidy > Subject: Empty lines added to code betwee format skipping tags > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: ZDM@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102451 > > > > Hi, > > Example code: > > #<<< > =head1 NAME > > =cut > > my %KA_CACHE; # indexed by uhost currently, points to [$handle...] array > > =head1 NAME > > =cut > #>>> > > perltidy options: > > --perl-best-practices --tight-secret-operators > --continuation-indentation=2 --maximum-line-length=0 --format-skipping > --converge > > > Every time perltidy inserts new lines before second =head. > > I have mercurial hook, that automatically apply perltidy to all committed > sources - so sources with such code become modified on each commit and > grows. >
This is fixed in version 20150815.