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=208731 Summary: Remove directories for old versions of perl from @INC Product: Fedora Core Version: fc6test3 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: normal Component: perl AssignedTo: rnorwood@xxxxxxxxxx ReportedBy: rnorwood@xxxxxxxxxx QAContact: dkl@xxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx,jpo@xxxxxxxxxxxx >From Jose on fedora-perl-devel-list: Removing support for perl 5.8.3 and perl 5.8.4 reduces the number of directories in the perl search path (@INC), which improves the perl modules loading time. This has already been done in past for FC-4 where support for perl 5.8.0/5.8.1/5.8.2 has dropped. perl specfile patch: -------------------- --- perl.spec.588_8 2006-07-14 22:22:06.000000000 +0100 +++ perl.spec 2006-09-17 16:10:58.000000000 +0100 @@ -26,9 +26,7 @@ Provides: perl(:WITHOUT_THREADS) %endif -%define perlmodcompat 5.8.7 5.8.6 5.8.5 5.8.4 5.8.3 -Provides: perl(:MODULE_COMPAT_5.8.3) -Provides: perl(:MODULE_COMPAT_5.8.4) +%define perlmodcompat 5.8.7 5.8.6 5.8.5 Provides: perl(:MODULE_COMPAT_5.8.5) Provides: perl(:MODULE_COMPAT_5.8.6) Provides: perl(:MODULE_COMPAT_5.8.7) -------------------- Note: The FC-4 change was reported in the Release Notes. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.