1HTML-GenerateUtil version 1.20
2==============================
3
4Provides a number of functions that make generating HTML output
5easier and faster. All written in XS for speed.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16COPYRIGHT AND LICENCE
17
18Copyright (C) 2004-2014 by FastMail Pty Ltd
19
20This library is free software; you can redistribute it and/or modify
21it under the same terms as Perl itself.
22
23