Skip Menu |

This queue is for tickets about the SmartMatch-Sugar CPAN distribution.

Report information
The Basics
Id: 64637
Status: resolved
Priority: 0/
Queue: SmartMatch-Sugar

People
Owner: Nobody in particular
Requestors: LEONT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
Fixed in: 0.05



Smartmatch::Sugar currently doesn't work on perl 5.10.1 and up because of a change in smartmatching behavior: in the new behavior coderefs are distributive over arrays and hashes, causing unexpected behavior. To make the module work again on recent versions of perl, this patch uses objects with '~~' overloaded instead of coderefs for all tests.