bug#31883: Incompatibility with new Perl versions

2018-06-20 Thread Mathieu Lirzin
Hello, Mitja Stachowiak writes: > I found a bug in http://ftpmirror.gnu.org/automake/automake-1.15.tar.xz -> > bin/automake.in > > At line 3881: Escape the outer {} with \. The correct line should look like > this: > > $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($1)/g

bug#31883: Incompatibility with new Perl versions

2018-06-18 Thread Mitja Stachowiak
Hello, I found a bug in http://ftpmirror.gnu.org/automake/automake-1.15.tar.xz -> bin/automake.in At line 3881: Escape the outer {} with \. The correct line should look like this: $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($