From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 12 09:40:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33EC616A4CE for ; Mon, 12 Apr 2004 09:40:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADC143D3F for ; Mon, 12 Apr 2004 09:40:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3CGeKbv076240 for ; Mon, 12 Apr 2004 09:40:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3CGeKYf076239; Mon, 12 Apr 2004 09:40:20 -0700 (PDT) (envelope-from gnats) Date: Mon, 12 Apr 2004 09:40:20 -0700 (PDT) Message-Id: <200404121640.i3CGeKYf076239@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jim Pirzyk Subject: Re: ports/62936: new port: devel/p5-ParseLex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Pirzyk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 16:40:20 -0000 The following reply was made to PR ports/62936; it has been noted by GNATS. From: Jim Pirzyk To: freebsd-gnats-submit@FreeBSD.org, Jim Pirzyk Cc: Subject: Re: ports/62936: new port: devel/p5-ParseLex Date: Mon, 12 Apr 2004 11:31:28 -0500 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here is a patch file for 'make test' - --- lib/Parse/Template.pm.orig Thu Sep 23 03:16:28 1999 +++ lib/Parse/Template.pm Mon Apr 12 11:25:50 2004 @@ -1,4 +1,4 @@ - -use strict +use strict; require 5.004; package Parse::Template; $Parse::Template::VERSION = '0.32'; @@ -132,7 +132,7 @@ } # evaluated expressions are not always available in (caller(1))[6]; if (defined($1) and $1 ne '') { - - $expr = $1; # what is the template expression? + my $expr = $1; # what is the template expression? { package DB; # what is the part name? @DB::caller = caller(2); # why is this needed? /ee? @DB::caller = caller(1); - --- t/test4.t.orig Thu Sep 23 03:16:26 1999 +++ t/test4.t Sun Nov 9 09:41:51 2003 @@ -54,4 +54,4 @@ [main::lexer|Parse::CLex] Token read (NEWLINE, \n): [main::lexer|Parse::CLex] Token read (ERROR, .*): this is an invalid string with a "" in it" - -can't analyze: "this is an invalid string with a "" in it"" at examples/ctokenizer.pl line 17, chunk 4. +can't analyze: "this is an invalid string with a "" in it"" at examples/ctokenizer.pl line 17, line 4. - --- @(#) $Id: dot.signature,v 1.14 2004/02/03 02:46:26 pirzyk Exp $ __o pirzyk@uiuc.edu --------------------------- jim@pirzyk.org _'\<,_ Systems Management Group, CITES (*)/ (*) University of Illinois at Urbana-Champaign -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) iD8DBQFAesRn2EYx0U4j2soRAgpRAKCQgYUMBOS5GHQXnbYOnR88VXTU8wCfT8Wy UgU6yC7VWfTeEvQAag4o/kA= =NvAG -----END PGP SIGNATURE-----