Subject: | missing variable declaration in Template.pm |
ParseLex-2.15/blib/lib/Parse/Template.pm and its identical file ParseLex-2.15/lib/Parse/Template.pm need to have line 120 followed by the line:
my( $expr);
...to allow t/test1.t to complete correctly. That's it - simple.
-Richard