CGI-Application-Plugin-DevPopup
view release on metacpan or search on metacpan
Revision history for CGI-Application-Plugin-DevPopup
1.08 2013-01-18 Rhesa Rozendaal <rhesa@cpan.org>
- typo fix (RT69672)
1.07 2011-07-17 Rhesa Rozendaal <rhesa@cpan.org>
- Document HTTPHeaders output
1.06 2010-01-10 Rhesa Rozendaal <rhesa@cpan.org>
- Better XHTML (Alexandr Ciornii)
1.05 2010-01-07 Rhesa Rozendaal <rhesa@cpan.org>
- Added repository to META.yml. No code changes.
1.04 2009-12-25 Rhesa Rozendaal <rhesa@cpan.org>
- RT #53100 (Serguei Trouchelle)
1.03 2009-10-20 Rhesa Rozendaal <rhesa@cpan.org>
- RT #50096 (Serguei Trouchelle)
- RT #42315 (Lyle Hopkins)
lib/CGI/Application/Plugin/DevPopup.pm view on Meta::CPAN
$j =~ s/\r//g;
$j =~ s/\\/\\\\/g;
$j =~ s/"/\\"/g;
$j =~ s/\n/\\n" + \n\t"/g;
$j =~ s/script>/s" + "cript>/g;
$j;
}
$head = <<HEAD;
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Devpopup results</title>
<style type="text/css">
div.report { border: dotted 1px black; margin: 1em;}
div.report h2 { color: #000; background-color: #ddd; padding:.2em; margin-top:0;}
div.report_full, div.report_summary { padding: 0em 1em; }
a:hover, div.report h2:hover, a.print_button:hover { cursor: pointer; background-color: #eee; }
( run in 0.596 second using v1.01-cache-2.11-cpan-49f99fa48dc )