1OpenBSD-MkTemp version 0.02
2===========================
3
4A simple wrapper for libc's mkstemps() and mkdtemp().  Provides perl
5versions of those and mkstemp() that match those in File::Temp
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18None.
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2010 by Philip Guenther
23
24This library is free software; you can redistribute it and/or modify
25it under the same terms as Perl itself, either Perl version 5.12.2 or,
26at your option, any later version of Perl 5 you may have available.
27
28
29