Skip Menu |

This queue is for tickets about the ParseLex CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: esia168 [...] yahoo.com
Cc:
AdminCc:

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



Subject: Recursive inheritance detected in package 'Parse::Token::Nested'
For Perl v5.10.0 , it would cause error of Recursive inheritance detected in package 'Parse::Token::Nested' at / usr/local/lib/perl5/site_perl/5.10.0/Parse/Token.pm line 1130 1130: @Parse::Token::Nested::ISA = qw(Parse::Token::Nested Parse::Trace); should be @Parse::Token::Nested::ISA = qw(Parse::Trace); William Kisman Thanks.
 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.