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

..03-May-2022-

lib/H25-May-2012-1,450619

t/H25-May-2012-9868

ChangesH A D24-May-20121,014 4128

MANIFESTH A D26-Apr-201084 98

Makefile.PLH A D24-May-2012486 1816

READMEH A D24-May-2012808 4425

README

1ZML
2
3A simple, fast, and easy to read data storage format.
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10	perl Makefile.PL
11	make
12	make test
13	make install
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the
18perldoc command.
19
20    perldoc ZML
21
22You can also look for information at:
23
24    RT, CPAN's request tracker
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=ZML
26
27    AnnoCPAN, Annotated CPAN documentation
28        http://annocpan.org/dist/ZML
29
30    CPAN Ratings
31        http://cpanratings.perl.org/d/ZML
32
33    Search CPAN
34        http://search.cpan.org/dist/ZML
35
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2012 Zane C. Bowers-Hadley
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
43
44