Bump version and update Changes
[aard.git] / README
CommitLineData
4fa2eeb6
MG
1Aard version 0.001
2==================
1b53d9d3
MG
3
4Aard 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
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 these other modules and libraries:
18
fef4a7db 19* JSON::MaybeXS
1b53d9d3
MG
20* UUID::Tiny
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2014 by Marius Gavrilescu
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself, either Perl version 5.18.2 or,
28at your option, any later version of Perl 5 you may have available.
29
30
This page took 0.009949 seconds and 4 git commands to generate.