Letter P

perl-smartmatch - Pluggable smart matching back-ends

Website: http://search.cpan.org/dist/smartmatch/
License: GPL+ or Artistic
Vendor: Alcance Libre, Inc.
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.

Packages

perl-smartmatch-0.05-11.fc14.al.src [90 KiB] Changelog by Fedora Release Engineering (2018-02-09):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Listing created by Repoview-0.6.6-6.fc14.al