eisseven > tar xzf HTML-Tree-3.23.tar.gz
eisseven > cd HTML-Tree-3.23
eisseven > perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite HTML::Parser 3.46 not found.
Warning: prerequisite HTML::Tagset 3.02 not found.
Writing Makefile for HTML-Tree
eisseven > tar xzf HTML-Tree-3.23.tar.gz
eisseven > cd HTML-Tree-3.23
eisseven > perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for HTML-Tree
eisseven > make
cp lib/HTML/Element/traverse.pm blib/lib/HTML/Element/traverse.pm
cp lib/HTML/Tree/AboutTrees.pod blib/lib/HTML/Tree/AboutTrees.pod
cp lib/HTML/AsSubs.pm blib/lib/HTML/AsSubs.pm
cp lib/HTML/Tree/AboutObjects.pod blib/lib/HTML/Tree/AboutObjects.pod
cp lib/HTML/TreeBuilder.pm blib/lib/HTML/TreeBuilder.pm
cp lib/HTML/Tree/Scanning.pod blib/lib/HTML/Tree/Scanning.pod
cp lib/HTML/Element.pm blib/lib/HTML/Element.pm
cp lib/HTML/Tree.pm blib/lib/HTML/Tree.pm
cp lib/HTML/Parse.pm blib/lib/HTML/Parse.pm
eisseven > make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00system.t ........ ok
t/assubs.t .......... ok
t/attributes.t ...... ok
t/body.t ............ ok
t/building.t ........ ok
t/children.t ........ ok
t/clonei.t .......... ok
t/construct_tree.t .. ok
t/doctype.t ......... ok
t/escape.t .......... ok
t/oldparse.t ........ ok
t/parse.t ........... ok
t/parsefile.t ....... ok
t/pod.t ............. ok
t/split.t ........... ok
t/tag-rendering.t ... ok
t/unicode.t ......... ok
All tests successful.
Files=17, Tests=755, 4 wallclock secs ( 0.32 usr 0.06 sys + 2.90 cusr 0.11 csys = 3.39 CPU)
Result: PASS