This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add compiler_warning.U
authorKarl Williamson <khw@cpan.org>
Sun, 21 Jun 2020 18:36:28 +0000 (12:36 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 21 Aug 2020 20:34:31 +0000 (14:34 -0600)
commitb0d72a4a3316bd5a325ffd953d066d100b1036a5
tree69e7f087bb33d79aefd0a28d2f10e13332083865
parent8d4c48f8640b58872e4e4a08d3751647640fe4b5
Add compiler_warning.U

This is to see if there were compiler warnings generated.  It turns out
that AIX has very weird syntax for warnings, that don't include that
word, so there is special code for that os.

Also, some compiler's warnings aren't all lowercase.
U/perl/compiler_warning.U [new file with mode: 0644]