Skip Menu |

This queue is for tickets about the ParseLex CPAN distribution.

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

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

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

Attachments


Subject: missing variable declaration in Template.pm
ParseLex-2.15/blib/lib/Parse/Template.pm and its identical file ParseLex-2.15/lib/Parse/Template.pm need to have line 120 followed by the line: my( $expr); ...to allow t/test1.t to complete correctly. That's it - simple. -Richard
[guest - Tue Mar 8 13:08:25 2005]: Show quoted text
> ParseLex-2.15/blib/lib/Parse/Template.pm and its identical file > ParseLex-2.15/lib/Parse/Template.pm need to have line 120 followed by > the line: > > my( $expr); > > ...to allow t/test1.t to complete correctly. That's it - simple. > > -Richard
See more at: https://www.freytag.us/twiki/bin/view/Freytag/AnUnexpectedJourneyIntoParseLex
From: "Murat Uenalan" <uenalan.murat [...] mh-hannover.de>
To: <bug-ParseLex [...] rt.cpan.org>
Subject: AW: [cpan #11807] missing variable declaration in Template.pm
Date: Wed, 9 Mar 2005 10:01:53 +0100
RT-Send-Cc:
Upsalla, i realized that my cpan release was totally empty. This attached version works fine and should not contain the flaws described in your ticket. Please test it, and if it works i will upload it to cpan. Greetings, Murat Ünalan PhD Fellow Dept. of Clinical Endocrinology University Medical School D-30623 Hannover, Germany Fon: ++49-0511-532-3899 e-Mail: uenalan.murat@mh-hannover.de Show quoted text
> -----Ursprüngliche Nachricht----- > Von: Guest via RT [mailto:bug-ParseLex@rt.cpan.org] > Gesendet: Dienstag, 8. März 2005 19:08 > An: undisclosed-recipients: > Betreff: [cpan #11807] missing variable declaration in Template.pm > > > 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=11807 > > > ParseLex-2.15/blib/lib/Parse/Template.pm and its identical file
ParseLex- Show quoted text
> 2.15/lib/Parse/Template.pm need to have line 120 followed by the line: > > my( $expr); > > ...to allow t/test1.t to complete correctly. That's it - simple. > > -Richard
Download ParseLex-3.0.tar.gz
application/x-gzip 127.1k

Message body not shown because it is not plain text.

 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.