]>
Commit | Line | Data |
---|---|---|
8ba4187a MG |
1 | HTML-Element-Library version 5.210000 |
2 | ===================================== | |
df110877 MG |
3 | |
4 | HTML-Element-Library provides more methods for HTML::Element. | |
5 | Read the POD for more information. | |
6 | ||
7 | INSTALLATION | |
8 | ||
9 | To install this module type the following: | |
10 | ||
11 | perl Makefile.PL | |
12 | make | |
13 | make test | |
14 | make install | |
15 | ||
16 | DEPENDENCIES | |
17 | ||
18 | This module requires these other modules and libraries: | |
19 | ||
20 | * Array::Group | |
21 | * Data::Rmap | |
22 | * File::Slurp | |
23 | * HTML::Element | |
24 | * HTML::FillInForm | |
25 | * HTML::PrettyPrinter | |
26 | * List::MoreUTils | |
27 | * List::Rotation::Cycle | |
28 | * List::Util | |
29 | * Params::Validate | |
30 | * Scalar::Listify | |
31 | * Test::More | |
32 | * Test::XML | |
33 | ||
34 | COPYRIGHT AND LICENCE | |
35 | ||
12ec5510 | 36 | Coypright (C) 2014-2015 by Marius Gavrilescu |
df110877 MG |
37 | Copyright (C) 2004-2012 by Terrence Brannon |
38 | ||
39 | This library is free software; you can redistribute it and/or modify | |
40 | it under the same terms as Perl itself, either Perl version 5.18.1 or, | |
41 | at your option, any later version of Perl 5 you may have available. |