• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

Build.PLH A D20-Feb-2013500

ChangesH A D20-Feb-20137.1 KiB

lib/H05-Apr-20133

Makefile.PLH A D20-Feb-2013519

MANIFESTH A D20-Feb-2013404

META.ymlH A D20-Feb-2013634

READMEH A D20-Feb-2013590

t/H11-Apr-201313

README

1Tree/Simple version 1.18
2========================
3
4See the module documentation for more information.
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 no other modules and libraries outside of the core
18for normal usage. However it uses Test::Exception in the test suite.
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2004-2006 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