Subject: | Use of uninitialized value in concatenation (.) or string at line 61 in template |
Trying to open any panel in Plack::Middleware::Debug (in
Plack::App::WrapCGI app) results in empty panel and the following error
Use of uninitialized value in concatenation (.) or string at line 61 in
template passed from ~/perl5/lib/perl5/Plack/Middleware/Debug.pm at line
116.
----------------------------------------------------------------------------
59: % my $content = ref $panel->content eq 'CODE' ?
$panel->content->() : $panel->content;
60: % $content = Encode::encode('latin1', $content, Encode::FB_XMLCREF);
61: <%=
Text::MicroTemplate::encoded_string($content) %>
62: </div>
63: </div>
----------------------------------------------------------------------------
Plack::Middleware::Debug 0.07
Encode 2.08
Text::MicroTemplate 0.11
Plack 0.9933
perl v5.8.6
--
Jakub Narebski