This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix modern metalint nits 10/head
authorNiko Tyni <ntyni@debian.org>
Fri, 13 Oct 2017 09:23:19 +0000 (12:23 +0300)
committerAaron Crane <arc@cpan.org>
Sat, 4 Nov 2017 13:55:50 +0000 (13:55 +0000)
commit0ef0a6637da1ffe34d5957f5f9f7b0630bd4dddf
tree038dba2393b7afa3b9ffab091d109b7332bf4bf2
parent859c9114709c7e9fdab9fc50ee1a2793bdec8c20
Fix modern metalint nits

These are detected by metalint since SVN r132 /
 https://github.com/rmanfredi/dist/commit/8160f5523cbbb37197732ea645d02f884e180f3c

with
 "d_statfs3.U": unknown private file 'try.h'.
 "d_statfs4.U": unknown private file 'try.h'.
 "d_union_semun.U": unknown private file 'tryh.h'.
 "dtraceobject.U": unknown private file 'perldtrace.h'.

Even though $rm_try removes try.[cho] anyway, we clean try.h
explicitly to work around the resulting
 "U/perl/d_statfs4.U": unused temporary file 'try.h'.
warnings which seem like a bug in metalint.
U/modified/d_union_semun.U
U/perl/d_statfs3.U
U/perl/d_statfs4.U
U/perl/dtraceobject.U