issues
search
sisimai
/
p5-sisimai
Mail Analyzing Interface for email bounce: A Perl module to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Formerly known as bounceHammer 4: an error mail analyzer.
https://libsisimai.org
BSD 2-Clause "Simplified" License
78
stars
24
forks
source link
Use v5.26
#512
Closed
azumakuniyuki
closed
7 months ago
azumakuniyuki
commented
7 months ago
Sisimai 5 requires Perl 5.26 or later
Declare
use v5.26;
at each file using the postfix dereference
Replace
use feature ':5.10';
with
use v5.26;
use v5.26;
at each file using the postfix dereferenceuse feature ':5.10';
withuse v5.26;