Skip Menu |

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

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

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

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



Subject: bug in -mangle --delete-all-comments
===code: ++$_ for #one space before eol: values %_; system #one space before eol: qq{}; ======= perltidy -mangle --delete-all-comments bug.pl space eated: ==result: ++$_ forvalues%_; systemqq{}; ======== ==expected: ++$_ for values%_; system qq{}; ========
Subject: Re: [rt.cpan.org #125012] bug in -mangle --delete-all-comments
Date: Wed, 04 Apr 2018 16:57:31 +0000
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Thanks I will fix it. Steve On Wed, Apr 4, 2018 at 8:59 AM Oleg Alexeenkov via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Wed Apr 04 11:59:45 2018: Request 125012 was acted upon. > Transaction: Ticket created by PRO > Queue: Perl-Tidy > Subject: bug in -mangle --delete-all-comments > Broken in: 20180220 > Severity: (no value) > Owner: Nobody > Requestors: PRO@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125012 > > > > ===code: > ++$_ for > #one space before eol: > values %_; > system > #one space before eol: > qq{}; > ======= > > perltidy -mangle --delete-all-comments bug.pl > > space eated: > ==result: > ++$_ forvalues%_; > systemqq{}; > ======== > > ==expected: > ++$_ for values%_; > system qq{}; > ======== > >
This is fixed in perltidy version 20181117.