Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166475
Summary: RFE: Update Test::More Product: Fedora Core Version: fc4 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: normal Component: perl AssignedTo: wtogami@redhat.com ReportedBy: rc040203@freenet.de QAContact: dkl@redhat.com CC: fedora-perl-devel-list@redhat.com
Description of problem: The Test::More module (version 0.47, probably from the Test::Simple 0.47 distribution) being shipped with FC4's perl is too old to be usable for building some newer perl-dists/modules, because newer perl dists start to depend on newer of Test::More rsp. Test::Simple.
Version-Release number of selected component (if applicable): perl-5.8.6-15
I'd propose to: 1. Update Test::Simple for FC4 (Current is 0.60) 2. To split out Test::Simple into a separate perl-Test-Simple package for FC5
ATM, this issue prevents me from submitting perl-packages to FE, and having to resort to either * submitting older versions of perl dists. or * switch off perl packages' test suites (Test::More is primarily used for tests when building perl packages)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: RFE: Update Test::More
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166475
------- Additional Comments From ville.skytta@iki.fi 2005-08-22 13:07 EST ------- Splits like that are a PITA to maintain and prune. Somewhat ugly, but IMO considerable workaround:
%check if %{__perl} -e 'use Test::Simple 0.60' ; then make test fi
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: RFE: Update Test::More
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166475
wtogami@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CANTFIX
------- Additional Comments From wtogami@redhat.com 2005-09-04 06:24 EST ------- Sorry I agree with Ville here. We can't add this to all older distributions and it really isn't that important.
perl-devel@lists.fedoraproject.org