Try winding compat down from 9 to 8
[perl-indexdata-utils.git] / README
1 IndexData-Utils
2 ===============
3
4 This library contains utility functions that we at Index Data want to
5 share between multiple applications -- for example, the persistent
6 counter used by both IRSpy (see issue IR-350) and MKHome (IR-351).
7
8
9 INSTALLATION
10
11 To install this module type the following:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17
18 COPYRIGHT AND LICENCE
19
20 Copyright (C) 2014 by Index Data.
21
22 This library is free software; you can redistribute it and/or modify
23 it under the same terms as Perl itself, either Perl version 5.8.4 or,
24 at your option, any later version of Perl 5 you may have available.
25
26