Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: RFE: update to at least 0.38

https://bugzilla.redhat.com/show_bug.cgi?id=803307

           Summary: RFE: update to at least 0.38
           Product: Fedora EPEL
           Version: el5
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: perl-Params-Util
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected],
                    [email protected], [email protected]
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to