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

..03-May-2022-

lib/Tree/H15-Jul-2016-2,605767

scripts/H15-Jul-2016-20191

t/H15-Jul-2016-1,7351,320

xt/author/H15-Jul-2016-2012

Changelog.iniH A D15-Jul-20164.7 KiB153140

ChangesH A D15-Jul-20164.5 KiB115103

LICENSEH A D03-May-201619.8 KiB379305

MANIFESTH A D15-Jul-20161.1 KiB3736

MANIFEST.SKIPH A D15-Jul-2016608 4839

META.jsonH A D15-Jul-20161.5 KiB6463

META.ymlH A D15-Jul-2016834 3433

Makefile.PLH A D15-Jul-20161.4 KiB7564

READMEH A D25-Apr-20161.3 KiB4331

README

1Tree-Binary is Copyright (C) 2004-2006 by Infinity Interactive, Inc.
2
3LICENSE INFORMATION
4
5This library is free software; you can redistribute it
6and/or modify it under the same terms as Perl 5.10.0.
7
8For more details, see the full text of the licenses at
9http://www.perlfoundation.org/artistic_license_1_0,
10and http://www.gnu.org/licenses/gpl-2.0.html.
11
12See also CHANGES and Changelog.ini.
13
14Warning: WinZip 8.1 and 9.0 both contain an 'accidental' bug which stops
15them recognizing POSIX-style directory structures in valid tar files.
16You are better off using a reliable tool such as InfoZip:
17ftp://ftp.info-zip.org/pub/infozip/
18
191 Installing from a Unix-like distro
20------------------------------------
21shell>gunzip Tree-Binary-1.23.tgz
22shell>tar mxvf Tree-Binary-1.23.tar
23
24Note: 'make' on MS Windows-like systems may be called 'nmake' or 'dmake'.
25
26shell>perl Makefile.PL
27shell>make
28shell>make test
29shell>su              (for Unix-like systems)
30shell>make install
31shell>exit            (for Unix-like systems)
32
33On all systems:
34
35Run Simple.pm through your favourite pod2html translator.
36
372 Installing from an ActiveState distro
38---------------------------------------
39shell>unzip Tree-Binary-1.23.zip
40shell>ppm install --location=. Tree-Binary
41shell>del Tree-Binary-1.23.ppd
42shell>del PPM-Tree-Binary-1.23.tar.gz
43