> I found a bit of info saying you have to setup a debug option to > see "private" hashes. But I can't find the right DEBUG_ constant to > set.
To Andy and other developers: As I see, in current Stash.pm we have /^[_.]/ regexp repeating several times (in 'item' vmethod, _dotop and _assign private methods). I guess three times is enough to set this regexp as a constant or configuration option. It would make the code a bit cleaner, and subclassing Template::Stash to get access to "private" hash items - a lot easier. What do you think? To Andy, personally :) Just like other guys, I am interested in TT 2.15 destiny. What about it? -- Sergey Martynoff _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
