Hi All,

Just found a simple, but annoying, in TT... doing

    [% a = 'stags are pretty' %]
    [% "oops" %]

won't do what you expect since
    
    if ($dir =~ /TAGS\s+(.*)/i) {

in Parser.pm should be something like

    if ($dir =~ /^\s*TAGS\s+(.*)/) {

[While I'm bug reporting I might as well take the opportunity to say how
much TT rocks. One of those great modules that, once I'd shifted a project
over to use it, allowed me to chuck out a mass of ugly code with a few nice
modules ]

Cheers,

Adrian
--
e. [EMAIL PROTECTED], t. 01929 550720, f. 0870 131 3033



Reply via email to