Subject: | Parsing user-defined commands with apply mappings flag = 1 is broken |
Attempting to parse a document that defines custom commands with apply
mappings = 1 will cause the program to crash with "Not a HASH reference
at /usr/local/share/perl/5.10.0/LaTeX/TOM/Tree.pm line 37." The bug
actually comes long before this, though, in LaTeX::TOM::Tree::copy(),
which returns a blessed ARRAY reference, where the rest of the Tree
class (including this very method) expects a HASH reference.