> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
Tom> I think we should add `require 5.0', or whatever it is (my
Tom> knowledge of Perl after Perl 4 is abysmal) just to ensure that
Tom> the wrong Perl is never invoked.
OK.
Tom> I think the `join remove' part of the patch requires Perl 5
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> * automake.in (handle_tags): Use &transform.
Akim> (am_error, am_line_error, am_conf_error, read_am_file): Use
Akim> directly arrays in strings, no need for &join.
Akim> * Makefile.am (maintainer-check): Use grep -w when look
Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* automake.in (handle_tags): Use &transform.
(am_error, am_line_error, am_conf_error, read_am_file): Use
directly arrays in strings, no need for &join.
* Makefile.am (maintainer-check): Use grep -w when looki