[Bug 1085905] perl-Catalyst-Model-DBIC-Schema-0.61-1.fc21 FTBFS

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 10 12:55:42 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1085905



--- Comment #1 from Petr Pisar <ppisar at redhat.com> ---
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



More information about the perl-devel mailing list