https://bugzilla.redhat.com/show_bug.cgi?id=977592 --- Comment #2 from Derek Atkins <warlord@xxxxxxx> --- So you're saying the errors in Data/Hierarchy.pm and App/CLI/Command.pm aren't real bugs? The issue with SVK/Mirror.pm is a simple fix to add a paren around qw: --- SVK/Mirror.pm~ 2008-12-13 01:58:21.000000000 -0500 +++ SVK/Mirror.pm 2013-06-25 11:35:42.708154255 -0400 @@ -452,7 +452,7 @@ } for my $delegate - qw( find_rev_from_changeset find_changeset sync_changeset traverse_new_chan gesets mirror_changesets get_commit_editor refresh change_rev_prop fromrev sourc e_path relocate ) + (qw( find_rev_from_changeset find_changeset sync_changeset traverse_new_cha ngesets mirror_changesets get_commit_editor refresh change_rev_prop fromrev sour ce_path relocate )) { no strict 'refs'; *{$delegate} = sub { -- 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=yCgbssXgP2&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