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

Summary: Review Request: perl-smartmatch - Pluggable smart matching back-ends

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

           Summary: Review Request: perl-smartmatch - Pluggable smart
                    matching back-ends
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Fedora
      Story Points: ---


Spec URL: http://ppisar.fedorapeople.org/perl-smartmatch/perl-smartmatch.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-smartmatch/perl-smartmatch-0.03-1.fc15.src.rpm
Description:
This module allows you to override the behavior of the smart match operator
("~~"). "use smartmatch $matcher" hooks into the compiler to replace the
smartmatch opcode with a call to a custom subroutine, specified either as
a coderef or as a string, which will have "smartmatch::engine::" prepended to
it and used as the name of a package in which to find a subroutine named
"match".  The subroutine will be called with two arguments, the values on the
left and right sides of the smart match operator, and should return the
result.

-- 
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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to