IndexData-Utils
===============

This library contains utility functions that we at Index Data want to
share between multiple applications -- for example, the persistent
counter used by both IRSpy (see issue IR-350) and MKHome (IR-351).


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2014 by Index Data.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.


