History log of /openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD/MkTemp.pm
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.5 08-May-2016 afresh1

Correct return value of OpenBSD::MkTemp in scalar context

From Francesco Toscan < f.toscan AT hotmail DOT it >

ok guenther@


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.4 25-Mar-2013 sthen

merge/resolve conflicts
(some more to do after this one)


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.3 10-Jul-2012 guenther

In a scalar context, mkstemp should return just the file handle

"sure" espie@


# 1.2 10-Jun-2012 guenther

Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like
the File::Temp routines and call croak() (the C version of 'die') instead
of returning an empty list. This lets pkg_add give good error messages
when your $PKG_TMPDIR is mounted read-only.

ok espie@


# 1.1 13-Apr-2012 espie

branches: 1.1.1;
Initial revision