Fix up inline documentation, such as it is.
[perl-indexdata-utils.git] / lib / IndexData / Utils.pm
1 package IndexData::Utils;
2
3 use 5.018002;
4 use strict;
5 use warnings;
6
7 our $VERSION = '0.01';
8
9 1;
10 __END__
11
12
13 =head1 NAME
14
15 IndexData::Utils - Utility Perl extension for Index Data applications
16
17 =head1 SYNOPSIS
18
19   use IndexData::Utils;
20   # Use functions from the various submodules.
21
22 =head1 DESCRIPTION
23
24 This library contains utility functions that we at Index Data want to
25 share between multiple applications -- for example, the persistent
26 counter used by both IRSpy (see issue IR-350) and MKHome (IR-351).
27
28 =head1 SEE ALSO
29
30 IndexData::Utils::PersistentCounter
31
32 =head1 AUTHOR
33
34 Mike Taylor, E<lt>mike@indexdata.comE<gt>
35
36 =head1 COPYRIGHT AND LICENSE
37
38 Copyright (C) 2014 by Index Data.
39
40 This library is free software; you can redistribute it and/or modify
41 it under the same terms as Perl itself, either Perl version 5.8.4 or,
42 at your option, any later version of Perl 5 you may have available.
43
44
45 =cut