Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2004 09:40:20 -0700 (PDT)
From:      Jim Pirzyk <jim@pirzyk.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62936: new port: devel/p5-ParseLex
Message-ID:  <200404121640.i3CGeKYf076239@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62936; it has been noted by GNATS.

From: Jim Pirzyk <jim@pirzyk.org>
To: freebsd-gnats-submit@FreeBSD.org, Jim Pirzyk <pirzyk@uiuc.edu>
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, <DATA> chunk 4.
 +can't analyze: "this is an invalid string with a "" in it"" at 
 examples/ctokenizer.pl line 17, <DATA> 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-----
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404121640.i3CGeKYf076239>