On Sat, Jun 6, 2015 at 7:03 PM, Peter Eisentraut <pete...@gmx.net> wrote:

> With the recently released Perl 5.22.0, the tests fail thus:
>
> -ERROR:  Global symbol "$global" requires explicit package name at line 3.
> -Global symbol "$other_global" requires explicit package name at line 4.
> +ERROR:  Global symbol "$global" requires explicit package name (did you
> forget to declare "my $global"?) at line 3.
> +Global symbol "$other_global" requires explicit package name (did you
> forget to declare "my $other_global"?) at line 4.
>  CONTEXT:  compilation of PL/Perl function "uses_global"
>
>
FWIW the committed expected file seems fine to me. There is not a perl
option to toggle this behavior (and even if there was, I think the
resulting changes to pl/perl functions we be quite ugly).

(What about the back branches? :D)

Reply via email to