1 |
#!/usr/bin/perl |
#!/usr/bin/perl |
2 |
|
# -d:DProf |
3 |
use strict; |
use strict; |
4 |
|
|
5 |
use lib qw[/home/httpd/html/www/markup/html/whatpm |
use lib qw[/home/httpd/html/www/markup/html/whatpm |
78 |
my $checker_class = { |
my $checker_class = { |
79 |
'text/cache-manifest' => 'WebHACC::Language::CacheManifest', |
'text/cache-manifest' => 'WebHACC::Language::CacheManifest', |
80 |
'text/css' => 'WebHACC::Language::CSS', |
'text/css' => 'WebHACC::Language::CSS', |
81 |
|
'text/x-css-inline' => 'WebHACC::Language::CSSInline', |
82 |
'text/html' => 'WebHACC::Language::HTML', |
'text/html' => 'WebHACC::Language::HTML', |
83 |
|
'text/x-h2h' => 'WebHACC::Language::H2H', |
84 |
'text/x-webidl' => 'WebHACC::Language::WebIDL', |
'text/x-webidl' => 'WebHACC::Language::WebIDL', |
85 |
|
|
86 |
'text/xml' => 'WebHACC::Language::XML', |
'text/xml' => 'WebHACC::Language::XML', |