]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Avoid ‘new File::Temp’ in Perl scripts.
authorZack Weinberg <zackw@panix.com>
Mon, 30 Nov 2020 16:26:06 +0000 (11:26 -0500)
committerZack Weinberg <zackw@panix.com>
Mon, 30 Nov 2020 16:45:26 +0000 (11:45 -0500)
commit623ec9a0d1800f827f5167f2075bf7dc2342463c
treee775427ff111bcf5f7261f44ecf9273faefb571a
parent9886b7a922fd90cc86b19106293250da652256aa
Avoid ‘new File::Temp’ in Perl scripts.

Despite what the documentation says, ‘new File::Temp’ does not work
reliably in perl 5.6.x.  Rather than figure out exactly what is wrong
with it, let’s just stick to ‘tempfile’.

 * bin/autom4te.in (handle_output): Use tempfile function instead of
   object-oriented File::Temp interface.
 * bin/autoreconf.in (install_aux_file): Likewise.
bin/autom4te.in
bin/autoreconf.in