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

..03-May-2022-

lib/Tree/H02-Oct-2007-947329

t/H03-May-2022-745506

ChangesH A D02-Oct-20072.5 KiB8063

MANIFESTH A D02-Oct-2007427 1817

META.ymlH A D02-Oct-2007505 1614

Makefile.PLH A D19-Nov-2004498 1512

READMEH A D02-Oct-2007492 2917

README

1Tree::Parser version 0.15
2========================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17    Tree::Simple
18    Array::Iterator
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2004-2007 Infinity Interactive, Inc.
23
24http://www.iinteractive.com
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself.
28
29