86 |
modules.</dd> |
modules.</dd> |
87 |
</dd> |
</dd> |
88 |
<dt><a href="Whatpm/CSS/selectors-object">Selectors object</a></dt> |
<dt><a href="Whatpm/CSS/selectors-object">Selectors object</a></dt> |
89 |
<dd>Description of data structure of Selectors object as used by |
<dd>Description of data structure for Selectors, as implemented by |
90 |
<a href="Whatpm/CSS/SelectorsParser.html"><code>Whatpm::CSS::SelectorsParser</code></a> |
<a href="Whatpm/CSS/SelectorsParser.html"><code>Whatpm::CSS::SelectorsParser</code></a> |
91 |
(as output), and |
(as output), and |
92 |
<a href="Whatpm/CSS/SelectorsSerializer.html"><code>Whatpm::CSS::SelectorsSerializer</code></a> |
<a href="Whatpm/CSS/SelectorsSerializer.html"><code>Whatpm::CSS::SelectorsSerializer</code></a> |
122 |
<h2>Dependency</h2> |
<h2>Dependency</h2> |
123 |
|
|
124 |
<dl> |
<dl> |
125 |
<dt>Perl 5.8 or later</dt> |
<dt id=dependency-perl>Perl 5.8 or later</dt> |
126 |
<dd>It is recommended to use newer stable release of Perl 5.8 (or |
<dd>It is recommended to use newer stable release of Perl 5.8 (or |
127 |
later).</dd> |
later).</dd> |
128 |
|
<dd id=dependency-encode>Some modules require <code>Encode</code> |
129 |
|
modules, which are part of standard Perl distribution.</dd> |
130 |
|
<dt id=dependency-error><a href="http://search.cpan.org/author/SHLOMIF/Error-0.17009/lib/Error.pm"><code>Error</code></a></dt> |
131 |
|
<dd>Module <code>Whatpm::HTML</code> requires <code>Error</code>, |
132 |
|
which is bundled in |
133 |
|
<a href="http://suika.fam.cx/www/2006/manakai/">manakai</a>.</dd> |
134 |
<dt><code>Message::IMT::InternetMediaType</code></dt> |
<dt><code>Message::IMT::InternetMediaType</code></dt> |
135 |
<dd>Module <code>Whatpm::IMTChecker</code> depends on |
<dd>Module <code>Whatpm::IMTChecker</code> depends on |
136 |
<code>Message::IMT::InternetMediaType</code>, which is part of |
<code>Message::IMT::InternetMediaType</code>, which is part of |
195 |
<h2>Acknowledgments</h2> |
<h2>Acknowledgments</h2> |
196 |
|
|
197 |
<p>Thanks to the <a href="http://code.google.com/p/html5lib/">html5lib</a> |
<p>Thanks to the <a href="http://code.google.com/p/html5lib/">html5lib</a> |
198 |
team for <a href="http://html5lib.googlecode.com/svn/trunk/testdata/">HTML5 |
team for their |
199 |
|
<a href="http://html5lib.googlecode.com/svn/trunk/testdata/">HTML5 |
200 |
parser test data</a>.</p> |
parser test data</a>.</p> |
201 |
</div> |
</div> |
202 |
|
|