Revision
1.4 -
(
show annotations)
(
download)
Tue May 1 07:46:42 2007 UTC
(18 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +9 -3 lines
++ whatpm/What/ChangeLog 1 May 2007 07:44:59 -0000
* HTML.pm.src (parse_string): New method.
(get_inner_html): Renamed from |inner_html|.
* Makefile: A rule for |HTML.html| is added.
* HTML.pod: New documentation.
2007-05-01 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 1 May 2007 07:46:34 -0000
* HTML-tree.t: Use new |What::HTML->parse_string| method
so that this test don't have to know parser class's
internals.
* tree-test-1.dat: New tests for "(<head> stuffs) in body"
and "(<head> stuffs) after body" are added.
2007-05-01 Wakaba <wakaba@suika.fam.cx>