I need Params::Util ≥ 0.38 for File::Find::Rule::Perl. The only incompatible change would be the removal of the long-deprecated _CALLABLE function (which the current version already issues a warning about when used), and there are a large number of bug-fixes and enhancements. If the _CALLABLE function is an issue, it could trivially be re-added: # Will stay around until end-2006 with a warning, then will be deleted. sub _CALLABLE { warn "_CALLABLE has been deprecated. Change to _CODELIKE"; _CODELIKE(@_); } (plus add _CALLABLE to @EXPORT_OK) EL-6 has 1.00 (the next version after 0.38), which would be a good version to use. I (pghmcfc) would be happy to co-maintain this package and do the update myself if you're too busy.
perl-Params-Util-1.00-2.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/perl-Params-Util-1.00-2.el5
Package perl-Params-Util-1.00-3.el5: * should fix your issue, * was pushed to the Fedora EPEL 5 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing perl-Params-Util-1.00-3.el5' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-0801/perl-Params-Util-1.00-3.el5 then log in and leave karma (feedback).
perl-Params-Util-1.00-3.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.