* build-aux/update-copyright: Add "use re 'eval';" declaration.
+2023-10-03 Bruno Haible <bruno@clisp.org>
+
+ update-copyright tests: Fix test failure (regression 2023-06-18).
+ * build-aux/update-copyright: Add "use re 'eval';" declaration.
+
2023-10-03 Bruno Haible <bruno@clisp.org>
Update re *-*-windows*-gnu* config triplets, withdrawn on 2023-09-19.
eval 'exec perl -wSx -0777 -pi "$0" "$@"'
if 0;
-my $VERSION = '2023-06-18.01:14'; # UTC
+my $VERSION = '2023-10-03.12:14'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
use strict;
use warnings;
+use re 'eval';
my $copyright_re = 'Copyright';
my $circle_c_re = '(?:\([cC]\)|@copyright\{}|\\\\\(co|©|©)';