From: Karl Berry Date: Mon, 3 Feb 2025 17:42:47 +0000 (-0800) Subject: maint: text/test cleanups. X-Git-Tag: v1.17.90~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db0c6028e9b2c6ff98e4d77e802f0afba59589d8;p=thirdparty%2Fautomake.git maint: text/test cleanups. * THANKS: add Jose. * NEWS: mention non-fatal Perl warnings and !! warning workaround. * t/list-of-tests.mk (handwritten_TESTS): add a68-demo.sh. --- diff --git a/NEWS b/NEWS index e514fb1a6..058b73f04 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,14 @@ New in 1.x: * Miscellaneous changes - - Only require the presence of an ABOUT-NLS file at the 'gnits' - strictness level. + - Only require the presence of an ABOUT-NLS file at the 'gnits' + strictness level. + +* Bugs fixed + + - do not make Perl warnings fatal, per Perl's recommendation. + + - avoid Perl 5.41.8+ precedence warning for use of !!. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/THANKS b/THANKS index 8e792ccba..7f3bdd470 100644 --- a/THANKS +++ b/THANKS @@ -219,6 +219,7 @@ John W. Coomes jcoomes@eng.Sun.COM John Ratliff autoconf@technoplaza.net Jonathan L Peyton jonathan.l.peyton@intel.com Jonathan Nieder jrnieder@gmail.com +Jose E. Marchesi jemarch@gnu.org Joseph S. Myers joseph@codesourcery.com Josh MacDonald jmacd@cs.berkeley.edu Joshua Cowan jcowan@jcowan.reslife.okstate.edu diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index b4a3fd91f..2c6c271ea 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -76,6 +76,7 @@ handwritten_TESTS = \ t/get-sysconf.sh \ $(perl_TESTS) \ t/instspc.tap \ +t/a68-demo.sh \ t/aclocal.sh \ t/aclocal-I-order-1.sh \ t/aclocal-I-order-2.sh \