289dac6f99e01ed6c44be14dc7e6665be8d05fb1
[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 - Perl extension for blah blah blah
16
17 =head1 SYNOPSIS
18
19   use IndexData::Utils;
20   blah blah blah
21
22 =head1 DESCRIPTION
23
24 Stub documentation for IndexData::Utils, created by h2xs. It looks like the
25 author of the extension was negligent enough to leave the stub
26 unedited.
27
28 Blah blah blah.
29
30 =head2 EXPORT
31
32 None by default.
33
34
35
36 =head1 SEE ALSO
37
38 Mention other useful documentation such as the documentation of
39 related modules or operating system documentation (such as man pages
40 in UNIX), or any relevant external documentation such as RFCs or
41 standards.
42
43 If you have a mailing list set up for your module, mention it here.
44
45 If you have a web site set up for your module, mention it here.
46
47 =head1 AUTHOR
48
49 Mike Taylor, E<lt>mike@E<gt>
50
51 =head1 COPYRIGHT AND LICENSE
52
53 Copyright (C) 2014 by Mike Taylor
54
55 This library is free software; you can redistribute it and/or modify
56 it under the same terms as Perl itself, either Perl version 5.18.2 or,
57 at your option, any later version of Perl 5 you may have available.
58
59
60 =cut