sten22

Results 2 issues of sten22

I'm trying to use -d or Devel::Trace with Coro to debug another error, but debugger itself fail in this place: ``` perl -d coro-trace.pl Loading DB routines from perl5db.pl version...

Simple test case: ``` use Template::Parser; use Test::More; my $template = Template::Parser ->new(TRACE_VARS => 1) ->parse('[% FOREACH [ A ] %][% B.C %][% END %]'); is_deeply $template->{VARIABLES}, {A => {B...

Bug