• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HTML/TreeBuilder/H20-Sep-2011-651414

t/H20-Sep-2011-217168

ChangesH A D20-Sep-20112.7 KiB9778

MANIFESTH A D20-Sep-2011319 1312

META.jsonH A D20-Sep-2011978 4443

META.ymlH A D20-Sep-2011566 2524

Makefile.PLH A D15-Sep-2010747 1813

READMEH A D20-Sep-2011644 3118

README

1HTML-TreeBuilder-XPath
2===================================
3
4Extension to HTML::TreeBuilder that adds an XPath engine to HTML::TreeBuilder
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19  HTML::TreeBuilder
20  XML::XPathEngine
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2006-2011 by Michel Rodriguez
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself, either Perl version 5.8.4 or,
28at your option, any later version of Perl 5 you may have available.
29
30
31