Bug 803307 - RFE: update to at least 0.38
Summary: RFE: update to at least 0.38
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: perl-Params-Util
Version: el5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: rob
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 729601
TreeView+ depends on / blocked
 
Reported: 2012-03-14 12:12 UTC by Paul Howarth
Modified: 2012-04-02 18:28 UTC (History)
3 users (show)

Fixed In Version: perl-Params-Util-1.00-3.el5
Clone Of:
Environment:
Last Closed: 2012-04-02 18:28:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Paul Howarth 2012-03-14 12:12:41 UTC
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.

Comment 1 Fedora Update System 2012-03-18 14:08:26 UTC
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

Comment 2 Fedora Update System 2012-03-18 20:47:22 UTC
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).

Comment 3 Fedora Update System 2012-04-02 18:28:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.