Skip to content

Commit

Permalink
remove WithLexicals ad since it's now turned off by default on Plack :/
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 27, 2010
1 parent 374036e commit a525aec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Devel/StackTrace/AsHTML.pm
Expand Up @@ -101,10 +101,6 @@ HEAD
);
}
$out .= qq{</ol>};

$out .= qq{<p class="message">Install <a target="_blank" href="http://search.cpan.org/perldoc?Devel::StackTrace::WithLexicals">Devel::StackTrace::WithLexicals</a> to see the lexical variables of each frame.</p>}
unless $trace->frame(0)->can('lexicals');

$out .= "</body></html>";

$out;
Expand Down

0 comments on commit a525aec

Please sign in to comment.