Ark
view release on metacpan or search on metacpan
lib/Ark/Context/Debug.pm view on Meta::CPAN
has debug_screen_tamplate => (
is => 'rw',
isa => 'CodeRef',
lazy => 1,
default => sub {
my $self = shift;
$self->ensure_class_loaded('Text::MicroTemplate');
Text::MicroTemplate::build_mt(<<'__EOF__');
? sub encoded_string { goto &Text::MicroTemplate::encoded_string }
<?= encoded_string(qq[<\?xml version="1.0" encoding="utf-8"?\>\n]) ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title>500 Internal Server Error</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
( run in 1.337 second using v1.01-cache-2.11-cpan-49f99fa48dc )