+++ This bug was initially created as a clone of Bug #1532524 +++ Perl commit abda9fe0fe75ae824723761c1c98af958f17a41c (glob names quoting) ported to perl-Data-Dumper package breaks building perl-Catalyst-Runtime. --- Additional comment from Petr Pisar on 2018-01-11 09:49:35 GMT --- Upstream fixed Data::Dumper in perl commit fb5043174b070927d312677f0a2f04a29b11349a. ---- RHSLC-3.1 (rh-perl526-perl-Data-Dumper-2.167-399.el7) is affected. The Dumper() function returns a string with invalid Perl code (unbalanced number of curly brackets, missing a glob definition) if called on an upgraded glob name. How to test: (1) Install rh-perl526-perl-interpreter and rh-perl526(Data::Dumper) and run: $ perl -MData::Dumper=Dumper -le '$Data::Dumper::Purity=1; $Data::Dumper::Indent=0; *{"a\x{2603}b"}={a=>3}; print Dumper(\*{"a\x{2603}b"})' (2) The output differs. Before: $VAR1 = \*{"::a\x{2603}b"};} = {'a' => 3}; After: $VAR1 = \*{"::a\x{2603}b"};*{"::a\x{2603}b"} = {'a' => 3};
Created attachment 1379935 [details] Fix ported from upstream
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:1303