rebuild of many perl-Test package fail with 'Can't locate Test/More.pm in @INC (@INC contains: (long path list deleted) .)' Looks like the perl-Test-Simple package isn't in the chain of requirements anymore and needs to be added to the perl-Test-Harness subpackage to avoid having to add the requirement to each of those perl-Test packages
(In reply to comment #0) Could you provide a list of the affected packages? I am inclined to take what you say as indication of the perl-package split not having been reflected to these packages. > to avoid having to add the requirement to each of those perl-Test packages Exactly this is what the package split is aiming at. We want to have all perl-modules to carry explicit deps on those perl modules they directly depend upon. In many "Test" cases, these are missing BR: perl(Test::More) or perl(Test::Simple). Letting Test::Harness depend on Test::Simple would be a mistake, because it doesn't depend on Test::Simple.
> for i in `find . -maxdepth 1 -type d -name "perl*.src.rpm"`; do fgrep -q "Can't locate Test/More.pm" $i/*log && echo $i; done ./perl-UNIVERSAL-isa-0.06-2.fc6.src.rpm ./perl-Cache-Mmap-0.09-2.fc7.src.rpm ./perl-Kwiki-UserName-0.14-5.fc7.src.rpm ./perl-Kwiki-UserPreferences-0.13-5.fc7.src.rpm ./perl-Exception-Class-1.23-3.fc7.src.rpm ./perl-Module-Install-0.67-1.fc8.src.rpm ./perl-Kwiki-NewPage-0.12-5.fc7.src.rpm ./perl-Kwiki-RecentChanges-0.14-3.fc7.src.rpm ./perl-HTML-Template-Expr-0.07-4.fc7.src.rpm ./perl-File-Find-Rule-0.30-3.fc7.src.rpm ./perl-DateTime-Event-ICal-0.09-3.fc7.src.rpm ./perl-POE-Component-SNMP-1.07-1.fc6.src.rpm ./perl-Net-XMPP-1.02-2.fc7.src.rpm ./perl-DateTime-Format-MySQL-0.04-4.fc6.src.rpm ./perl-Test-Portability-Files-0.05-4.fc7.src.rpm ./perl-POE-Component-Server-SOAP-1.11-1.fc8.src.rpm ./perl-IO-All-0.38-1.fc7.src.rpm ./perl-Spiffy-0.30-7.fc7.src.rpm ./perl-Net-CUPS-0.51-2.fc7.src.rpm ./perl-RRD-Simple-1.43-1.fc7.src.rpm ./perl-POE-API-Peek-1.0802-1.fc7.src.rpm ./perl-Perl6-Bible-0.30-3.fc7.src.rpm ./perl-Sys-SigAction-0.10-1.fc7.src.rpm ./perl-SUPER-1.16-1.fc7.src.rpm ./perl-Parse-CPAN-Packages-2.26-4.fc7.src.rpm ./perl-Log-Message-Simple-0.02-1.fc8.src.rpm ./perl-Kwiki-ModPerl-0.09-4.fc7.src.rpm ./perl-XML-Validator-Schema-1.08-1.fc7.src.rpm ./perl-POE-Component-Server-HTTP-0.09-3.fc6.src.rpm ./perl-Params-Check-0.26-1.fc7.src.rpm ./perl-Class-Observable-1.04-2.fc7.src.rpm ./perl-Kwiki-Search-0.12-5.fc7.src.rpm ./perl-Kwiki-0.39-1.fc7.src.rpm ./perl-XML-Filter-BufferText-1.01-2.fc7.src.rpm ./perl-Class-Factory-Util-1.7-1.fc7.src.rpm ./perl-Apache-LogRegex-1.4-2.fc7.src.rpm ./perl-Text-Levenshtein-0.05-4.fc7.src.rpm ./perl-POE-Component-Client-LDAP-0.04-3.fc6.src.rpm ./perl-XML-SAX-Writer-0.50-2.fc7.src.rpm ./perl-Module-Loaded-0.01-3.fc7.src.rpm ./perl-Kwiki-Attachments-0.18-3.fc7.src.rpm ./perl-Module-Pluggable-3.60-1.fc7.src.rpm ./perl-Set-Infinite-0.61-3.fc7.src.rpm ./perl-Kwiki-Diff-0.03-4.fc7.src.rpm ./perl-Object-Accessor-0.32-2.fc7.src.rpm ./perl-Package-Constants-0.01-3.fc7.src.rpm ./perl-Log-Message-0.01-3.fc7.src.rpm ./perl-Kwiki-Raw-0.02-4.fc7.src.rpm ./perl-Data-Password-1.07-1.fc7.src.rpm ./perl-DateTime-Format-Strptime-1.0700-3.fc7.src.rpm ./perl-Pipeline-3.12-4.fc7.src.rpm ./perl-DateTime-Event-Recurrence-0.16-4.fc7.src.rpm ./perl-Kwiki-Archive-Rcs-0.15-6.fc7.src.rpm ./perl-DateTime-Set-0.25-4.fc7.src.rpm ./perl-Class-Std-0.0.8-1.fc7.src.rpm ./perl-Math-Vec-0.04-2.fc7.src.rpm ./perl-POE-Component-SimpleLog-1.04-1.fc6.src.rpm ./perl-CGI-Ajax-0.701-2.fc7.src.rpm ./perl-File-Type-0.22-4.fc7.src.rpm ./perl-DateTime-Format-W3CDTF-0.04-2.fc7.src.rpm ./perl-Kwiki-Users-Remote-0.04-4.fc7.src.rpm ./perl-OpenFrame-3.05-6.fc7.src.rpm ./perl-File-ReadBackwards-1.04-3.fc7.src.rpm ./perl-Kwiki-Revisions-0.15-5.fc7.src.rpm ./perl-Spreadsheet-ParseExcel-0.3200-1.fc8.src.rpm ./perl-YAML-Parser-Syck-0.01-8.fc7.src.rpm ./perl-POE-Wheel-Null-0.01-2.fc6.src.rpm ./perl-CGI-Session-4.20-2.fc7.src.rpm ./perl-DateTime-Format-ICal-0.08-4.fc7.src.rpm ./perl-Devel-Caller-0.11-1.fc7.src.rpm
Another check found a few more packages: > for i in `find . -maxdepth 1 -type d -name "perl*.src.rpm"`; do fgrep -q "Test::More is not installed" $i/*log && echo $i; done ./perl-GDTextUtil-0.86-8.fc8.1.src.rpm ./perl-RRD-Simple-1.43-1.fc7.src.rpm ./perl-Parse-CPAN-Packages-2.26-4.fc7.src.rpm ./perl-Test-Expect-0.30-1.fc6.src.rpm ./perl-Module-Pluggable-3.60-1.fc7.src.rpm
perl-File-ReadBackwards-1.04-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-File-ReadBackwards'
perl-Parse-CPAN-Packages-2.26-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Parse-CPAN-Packages'
perl-Log-Message-Simple-0.02-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Log-Message-Simple'
perl-HTML-Template-Expr-0.07-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-HTML-Template-Expr'
perl-Object-Accessor-0.32-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Object-Accessor'
perl-Exception-Class-1.23-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Exception-Class'
perl-Text-Levenshtein-0.05-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Text-Levenshtein'
perl-Object-Accessor-0.32-3.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Object-Accessor'
perl-Class-Factory-Util-1.7-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Class-Factory-Util'
perl-Params-Check-0.26-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Params-Check'
perl-Text-Levenshtein-0.05-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Text-Levenshtein'
perl-Cache-Mmap-0.09-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Cache-Mmap'
perl-Params-Check-0.26-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Params-Check'
perl-SUPER-1.16-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-SUPER'
perl-Module-Loaded-0.01-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Module-Loaded'
perl-Net-XMPP-1.02-3.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Net-XMPP'
perl-Log-Message-0.01-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Log-Message'
perl-File-Type-0.22-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-File-Type'
perl-Module-Pluggable-3.60-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Module-Pluggable'
perl-Package-Constants-0.01-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Package-Constants'
perl-DateTime-Format-MySQL-0.04-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Format-MySQL'
perl-File-Type-0.22-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-File-Type'
perl-Set-Infinite-0.61-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Set-Infinite'
perl-GDTextUtil-0.86-9.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
perl-Class-Factory-Util-1.7-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Class-Factory-Util'
perl-Parse-CPAN-Packages-2.26-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Parse-CPAN-Packages'
perl-Module-Loaded-0.01-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Module-Loaded'
perl-HTML-Template-Expr-0.07-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-HTML-Template-Expr'
perl-Pipeline-3.12-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Pipeline'
perl-Spiffy-0.30-8.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Spiffy'
perl-Module-Pluggable-3.60-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Module-Pluggable'
perl-DateTime-Set-0.25-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Set'
perl-Set-Infinite-0.61-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Set-Infinite'
perl-UNIVERSAL-isa-0.06-4.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
perl-Test-Portability-Files-0.05-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Test-Portability-Files'
perl-File-ReadBackwards-1.04-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-File-ReadBackwards'
perl-OpenFrame-3.05-7.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-OpenFrame'
perl-IO-All-0.38-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-IO-All'
perl-Test-Portability-Files-0.05-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Test-Portability-Files'
perl-IO-All-0.38-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-IO-All'
perl-Module-Install-0.67-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Module-Install'
perl-UNIVERSAL-isa-0.06-4.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
perl-SUPER-1.16-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-SUPER'
perl-DateTime-Set-0.25-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Set'
perl-POE-API-Peek-1.0802-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-API-Peek'
perl-Log-Message-0.01-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Log-Message'
perl-DateTime-Format-MySQL-0.04-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Format-MySQL'
perl-Pipeline-3.12-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Pipeline'
perl-Net-XMPP-1.02-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Net-XMPP'
perl-Spiffy-0.30-8.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Spiffy'
perl-POE-API-Peek-1.0802-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-API-Peek'
perl-Package-Constants-0.01-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Package-Constants'
perl-OpenFrame-3.05-7.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-OpenFrame'
perl-DateTime-Event-ICal-0.09-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Event-ICal'
perl-DateTime-Format-ICal-0.08-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Format-ICal'
perl-DateTime-Format-W3CDTF-0.04-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Format-W3CDTF'
perl-Kwiki-0.39-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki'
perl-Kwiki-Archive-Rcs-0.15-7.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Archive-Rcs'
perl-Kwiki-Attachments-0.18-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Attachments'
perl-DateTime-Event-ICal-0.09-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Event-ICal'
perl-DateTime-Event-Recurrence-0.16-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Event-Recurrence'
perl-Kwiki-UserName-0.14-6.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-UserName'
perl-Kwiki-Diff-0.03-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Diff'
perl-Kwiki-0.39-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki'
perl-DateTime-Event-Recurrence-0.16-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Event-Recurrence'
perl-Kwiki-Archive-Rcs-0.15-7.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Archive-Rcs'
perl-Kwiki-Attachments-0.18-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Attachments'
perl-Kwiki-UserName-0.14-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-UserName'
perl-DateTime-Format-ICal-0.08-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Format-ICal'
perl-Kwiki-Diff-0.03-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Diff'
perl-DateTime-Format-W3CDTF-0.04-3.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-DateTime-Format-W3CDTF'
perl-YAML-Parser-Syck-0.01-9.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-YAML-Parser-Syck'
perl-POE-Component-Server-SOAP-1.11-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Server-SOAP'
perl-Kwiki-RecentChanges-0.14-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-RecentChanges'
perl-POE-Component-SNMP-1.07-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-SNMP'
perl-Kwiki-NewPage-0.12-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-NewPage'
perl-POE-Wheel-Null-0.01-3.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Wheel-Null'
perl-POE-Component-SNMP-1.07-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-SNMP'
perl-Kwiki-UserPreferences-0.13-6.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-UserPreferences'
perl-POE-Component-Server-HTTP-0.09-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Server-HTTP'
perl-POE-Wheel-Null-0.01-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Wheel-Null'
perl-POE-Component-SimpleLog-1.04-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-SimpleLog'
perl-Kwiki-UserPreferences-0.13-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-UserPreferences'
perl-Kwiki-Search-0.12-6.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Search'
perl-Spreadsheet-ParseExcel-0.3200-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Spreadsheet-ParseExcel'
perl-POE-Component-Client-LDAP-0.04-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Client-LDAP'
perl-Kwiki-Search-0.12-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Search'
perl-POE-Component-Server-HTTP-0.09-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Server-HTTP'
perl-POE-Component-Client-LDAP-0.04-4.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Client-LDAP'
perl-Kwiki-Raw-0.02-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Raw'
perl-Kwiki-NewPage-0.12-6.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-NewPage'
perl-Kwiki-RecentChanges-0.14-4.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-RecentChanges'
perl-Kwiki-Users-Remote-0.04-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Users-Remote'
perl-Kwiki-ModPerl-0.09-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-ModPerl'
perl-POE-Component-SimpleLog-1.04-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-SimpleLog'
perl-Kwiki-Raw-0.02-5.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Raw'
perl-Kwiki-Users-Remote-0.04-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Users-Remote'
perl-YAML-Parser-Syck-0.01-9.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-YAML-Parser-Syck'
perl-POE-Component-Server-SOAP-1.11-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Server-SOAP'
perl-POE-Component-Child-1.39-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Child'
perl-Kwiki-ModPerl-0.09-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-ModPerl'
perl-Kwiki-Revisions-0.15-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Revisions'
perl-Kwiki-Revisions-0.15-6.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Kwiki-Revisions'
perl-POE-Component-Child-1.39-3.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-POE-Component-Child'
Looks fixed.