Improve POD
[aard.git] / README
1 Aard version 0.000_001
2 ======================
3
4 Aard is a module for reading files in the Aard Dictionary format (.aar). A dictionary is an array of (key, article) pairs, with some associated metadata.
5
6 INSTALLATION
7
8 To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15 DEPENDENCIES
16
17 This module requires these other modules and libraries:
18
19 * JSON
20 * UUID::Tiny
21
22 COPYRIGHT AND LICENCE
23
24 Copyright (C) 2014 by Marius Gavrilescu
25
26 This library is free software; you can redistribute it and/or modify
27 it under the same terms as Perl itself, either Perl version 5.18.2 or,
28 at your option, any later version of Perl 5 you may have available.
29
30
This page took 0.021099 seconds and 4 git commands to generate.