Hide Forgot
Latest upstream release: 1.0 Current version in Fedora Rawhide: 0.69 URL: http://search.cpan.org/dist/RPM2/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
The last two tests fail in mock/koji (only): my @headers = RPM2->open_hdlist("hdlist-test.hdr"); print join(", ", @headers); ok(scalar @headers, 3, 'found three headers in hdlist-test.hdr'); ok(grep { $_->tag('name') eq 'mod_perl' } @headers); Looking into the issue.
It seems this was only about the wrong test count (judging by the last skipped test number).