https://bugzilla.redhat.com/show_bug.cgi?id=1085905 --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- This is caused by change in Data::Dumper regexp formatting between 1.145 and 2.151: Before: $ perl -MData::Dumper -e '$q=qr/^(foo|bar)$/; print $q, qq{\n}; print Dumper($q)' (?^:^(foo|bar)$) $VAR1 = qr/(?^:^(foo|bar)$)/; After: $ perl -MData::Dumper -e '$q=qr/^(foo|bar)$/; print $q, qq{\n}; print Dumper($q)' (?^:^(foo|bar)$) $VAR1 = qr/^(foo|bar)$/; -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wtnlcgfmZ0&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel