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

..03-May-2022-

lib/HTML/Template/H13-Jan-2004-20667

t/H13-Jan-2004-208148

ChangesH A D08-Jan-2004609 2215

MANIFESTH A D13-Jan-2004158 87

META.ymlH A D13-Jan-2004333 119

Makefile.PLH A D08-Jan-2004480 129

READMEH A D08-Jan-2004704 3119

README

1HTML::Template::HashWrapper version 1.3
2=======================================
3
4HTML::Template::HashWrapper provides a simple way to use arbitrary hash
5references (and hashref-based objects) with HTML::Template's
6``associate`` option.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19The module itself has no dependencies (but is probably not very
20interesting without HTML::Template).
21
22The test suite is more complete with Test::Exception.
23
24COPYRIGHT AND LICENCE
25
26Copyright 2003 Greg Fast (gdf@speakeasy.net)
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself.
30
31