--- test/html-webhacc/cc.cgi 2008/08/15 16:44:03 1.63
+++ test/html-webhacc/cc.cgi 2008/09/17 03:56:43 1.68
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+# -d:DProf
use strict;
use lib qw[/home/httpd/html/www/markup/html/whatpm
@@ -77,7 +78,9 @@
my $checker_class = {
'text/cache-manifest' => 'WebHACC::Language::CacheManifest',
'text/css' => 'WebHACC::Language::CSS',
+ 'text/x-css-inline' => 'WebHACC::Language::CSSInline',
'text/html' => 'WebHACC::Language::HTML',
+ 'text/x-h2h' => 'WebHACC::Language::H2H',
'text/x-webidl' => 'WebHACC::Language::WebIDL',
'text/xml' => 'WebHACC::Language::XML',
@@ -149,4 +152,4 @@
=cut
-## $Date: 2008/08/15 16:44:03 $
+## $Date: 2008/09/17 03:56:43 $