[Bug 803307] New: RFE: update to at least 0.38

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 14 12:12:42 UTC 2012


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: rob.myers at gtri.gatech.edu
        ReportedBy: paul at city-fan.org
         QAContact: extras-qa at fedoraproject.org
                CC: rob.myers at gtri.gatech.edu,
                    fedora-perl-devel-list at redhat.com, lxtnow at gmail.com
    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.


More information about the perl-devel mailing list