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: nob...@fedoraproject.org
        ReportedBy: ppi...@redhat.com
         QAContact: extras...@fedoraproject.org
                CC: nott...@redhat.com,
                    package-review@lists.fedoraproject.org
    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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to