Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: damien-43 [...] gmx.fr
Cc:
AdminCc:

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



Subject: Unexpected string formating
Date: Wed, 6 Jun 2018 22:24:43 +0200
To: bug-Perl-Tidy [...] rt.cpan.org
From: Damien <damien-43 [...] gmx.fr>
Hi With this following command: $ perltidy --version | head -1 This is perltidy, v20180220 $ perltidy -io <<'CODE' my $t = ' un deux trois '; CODE my $t = ' un deux trois '; Expected: Shouldn't modify the string literal (last line are striped). e.g my $t = ' un deux trois '; Regards. Damien
Subject: Re: [rt.cpan.org #125506] Unexpected string formating
Date: Mon, 11 Jun 2018 18:37:30 -0700
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Thanks, I'll fix that in the next release. Steve On Wed, Jun 6, 2018 at 1:25 PM, Damien via RT <bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Wed Jun 06 16:25:00 2018: Request 125506 was acted upon. > Transaction: Ticket created by damien-43@gmx.fr > Queue: Perl-Tidy > Subject: Unexpected string formating > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: damien-43@gmx.fr > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125506 > > > > Hi > > With this following command: > > $ perltidy --version | head -1 > This is perltidy, v20180220 > $ perltidy -io <<'CODE' > my $t = ' > un > deux > trois > '; > CODE > my $t = ' > un > deux > trois > '; > > > Expected: > Shouldn't modify the string literal (last line are striped). > e.g > > my $t = ' > un > deux > trois > '; > > Regards. > Damien > >
This is fixed in perltidy version 20181117.