summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-03-03 23:50:10 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-03-08 21:33:14 +0100
commit74902aa24d4c313ab51fa684142d9240f636971a (patch)
treef906ad5581f51d5ebf5159643d27ae0594396ac1 /NEWS
parent9385c161707c6d2295d610eef81fe4d1a44b44de (diff)
downloadautomake-74902aa24d4c313ab51fa684142d9240f636971a.tar.gz
automake: Don't rely on List::Util to provide 'none'
This change fixes automake bug#30631. This removes the use of List::Util which is not supported by Perl 5.6, by reimplementing the 'none' subroutine. * lib/Automake/General.pm (none): New subroutine. * bin/automake.in (handle_single_transform): Use it. * t/pm/General.pl: New test. * t/list-of-tests.mk (perl_TESTS): Add it. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2cedfc48..ae26be3bd 100644
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,9 @@ New in ?.?.?:
* Bugs fixed:
+ - 'automake' does not depend on the 'none' subroutine of the List::Util
+ module anymore to support older Perl version. (automake bug#30631)
+
- A regression in AM_PYTHON_PATH causing the rejection of non literal
minimum version parameter hasn't been fixed. (automake bug#30616)