Skip Menu |

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

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

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

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



Subject: Properly format the ,=> secret operator
# Currently, with --tight-secret-operators: (FOO,=> 1); (LONGER_THAN ,=> 1, EIGHTY_CHARACTERS ,=> 2, CAUSES_FORMATTING ,=> 3, LIKE_THIS,=> 4, ); # Should be: (FOO ,=> 1); ( LONGER_THAN ,=> 1, EIGHTY_CHARACTERS ,=> 2, CAUSES_FORMATTING ,=> 3, LIKE_THIS ,=> 4, );
Subject: Re: [rt.cpan.org #89532] Properly format the ,=> secret operator
Date: Tue, 15 Oct 2013 07:07:07 -0700
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Thanks, I'll try to fix that in the next release. Steve On Tue, Oct 15, 2013 at 7:02 AM, Benjamin Herweyer via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Tue Oct 15 10:02:51 2013: Request 89532 was acted upon. > Transaction: Ticket created by BHERWEYER > Queue: Perl-Tidy > Subject: Properly format the ,=> secret operator > Broken in: 20130922 > Severity: Wishlist > Owner: Nobody > Requestors: BHERWEYER@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89532 > > > > # Currently, with --tight-secret-operators: > (FOO,=> 1); > > (LONGER_THAN > ,=> 1, > EIGHTY_CHARACTERS > ,=> 2, > CAUSES_FORMATTING > ,=> 3, > LIKE_THIS,=> 4, > ); > > > # Should be: > (FOO ,=> 1); > > ( > LONGER_THAN ,=> 1, > EIGHTY_CHARACTERS ,=> 2, > CAUSES_FORMATTING ,=> 3, > LIKE_THIS ,=> 4, > ); > >
This is fixed in version 20140328.