https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6360
--- Comment #7 from Philip Prindeville <[email protected]> --- (In reply to Kevin A. McGrail from comment #6) > (In reply to Philip Prindeville from comment #5) > > (In reply to Mark Martinec from comment #4) > > > A simple fix, but requires perl 5.10 or later (provides the defined-or > > > operator). > > > > I see in SpamAssassin.pm: > > > > require 5.006_001; > > > > what about changing that to 5.010? > > > > Anyway, I tried the patch, seems to work. > > That's being discussed for SA 4.X and I agree 5.10 looks like it will be the > minimum for SA 4 which is already being discussed on other tickets. > > Mark, might want to uncommmit from 3.4 trunk and commit to 4.0 branch. Just remembered, that since we're generating code to be eval'd, we could generate it dynamically: if we detect 5.010 or later, emit // otherwise emit || ... -- You are receiving this mail because: You are the assignee for the bug.
