Re: [perl #75668] [BUG] whitespace before ^ in rule

2010-06-14 Thread Bruce Keeler
I think whitespace before a leading/trailing ^/$ needs to be discounted. Dwimmery and elegance demand. +1

Re: [perl #75668] [BUG] whitespace before ^ in rule

2010-06-12 Thread yary
>... > On Perlmonks, I have found your answers satisfying but was disappointed > that we seem to be a party of two (at least there is an audience).  I feel > that I could wear you out with my questions.  I like Perlmonks, but could > move to another site. A good thing about perlmonks is that your

Re: [perl #75668] [BUG] whitespace before ^ in rule

2010-06-12 Thread rir
On Fri, Jun 11, 2010 at 02:16:28PM -0700, Moritz Lenz via RT wrote: > On Thu Jun 10 21:11:42 2010, rir...@comcast.net wrote: > > I think it is a bug that these differ > > rule TOP { ^ } > > rule TOP {^ } > It actually conforms the current spec. Each consecutive run of > whitespace is replaced

[perl #75668] [BUG] whitespace before ^ in rule

2010-06-11 Thread via RT
# New Ticket Created by rir...@comcast.net # Please include the string: [perl #75668] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75668 > In commit a5467733bdab87210a4eae6d3af309a0c3041c87 I think it is a bug that these