]> git.p6c8.net - devedit.git/commit
Changed usage of template class.
authorpcanterino <>
Mon, 11 May 2009 15:41:18 +0000 (15:41 +0000)
committerpcanterino <>
Mon, 11 May 2009 15:41:18 +0000 (15:41 +0000)
commitd63f55f3d737aa05e3a1496168c7b4979cbed782
treef806171a94550ae221347dccdd16ca2b0b2b2da7
parent59507c0a5e5507868ebf6db407219da3f17c8ed9
Changed usage of template class.

We don't use the "new" (2006...) set_var() (and so on) methods any more,
because it causes some problems concercing variable substitution. Instead we
use fillin() and so on and start loop parsing manually using parse_loop(). I
think there is actually no need of using the new methods. Maybe we can switch
it later.
modules/Command.pm
modules/Output.pm

patrick-canterino.de