Skip Menu |

This queue is for tickets about the ParseLex CPAN distribution.

Report information
The Basics
Id: 11809
Status: resolved
Priority: 0/
Queue: ParseLex

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

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



Subject: broken test4.t DATA block
The second to last word in ParseLex-2.15/t/test4.t is 'chunk'. It should be changed to 'line' to allow test4 to match the expected results. Seems to complete as expected. See more here: https://www.freytag.us/twiki/bin/view/Freytag/AnUnexpectedJourneyIntoParseLex -Richard
From: "Murat Uenalan" <uenalan.murat [...] mh-hannover.de>
To: <bug-ParseLex [...] rt.cpan.org>
Subject: AW: [cpan #11809] broken test4.t DATA block
Date: Wed, 9 Mar 2005 10:01:56 +0100
RT-Send-Cc:
Hi Richard, why did you send the email to me? Did you really tried installing ParseLex-3.0, which is on my cpan dir? I took over the ol' parselex after the maintainer was unresponsive for 1 year; and gave the "improved" version a 3.0 - solely to indicate the new developer. Please be sure to install the ParseLex from my cpan dir: http://cpan.provocation.net/authors/id/M/MU/MUENALAN/ Greetings, Murat Show quoted text
> -----Ursprüngliche Nachricht----- > Von: Guest via RT [mailto:bug-ParseLex@rt.cpan.org] > Gesendet: Dienstag, 8. März 2005 19:12 > An: undisclosed-recipients: > Betreff: [cpan #11809] broken test4.t DATA block > > > This message about ParseLex was sent to you by guest <> via
rt.cpan.org Show quoted text
> > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=11809 > > > The second to last word in ParseLex-2.15/t/test4.t is 'chunk'. It
should Show quoted text
> be changed to 'line' to allow test4 to match the expected results.
Seems Show quoted text
> to complete as expected. > > See more here: >
https://www.freytag.us/twiki/bin/view/Freytag/AnUnexpectedJourneyIntoPar se Show quoted text
> Lex > > -Richard
 VERSION 2.16 - 5/01/2010
 
o New maintainer pscust@cpan.org
o Parse::Template 0.33 : Fix syntax errors
  Solves RT #7880, #12845, #14785, #11807, #48964, #53112
o Parse::Token    2.16 : Fix syntax errors
  Solves RT #12845, #36285, #48964, #53112
o test4.t : adapt to current Perl (line vs chunk)
  Solves RT #158, #11808, #11809, #12846, #14785, #48964, #53112
o tests : add blib/lib to Perl path
  Solves RT #48964, #53112
o Added test8.t with code from RT #1861, but error is not reproduced in Perl 5.10, and 
  patch does not work in Perl 5.10; patch not added.