Skip Menu |

This queue is for tickets about the LaTeX-TOM CPAN distribution.

Report information
The Basics
Id: 48538
Status: resolved
Priority: 0/
Queue: LaTeX-TOM

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

Bug Information
Severity: Normal
Broken in:
  • 0.8
  • 0.8_01
  • 0.8_02
  • 0.9
Fixed in: (no value)



Subject: Parsing with read inputs flag = 1 is broken
Attempting to parse anything that has an \input line with read inputs flag = 1 is broken. The failing line is Parser.pm line 1180, where $subtree, a Tree hashref, is dereferenced as an array. This can be fixed by changing @$subtree to @{$subtree->{nodes}}.
Fixed in v0.9_02.