Skip Menu |

This queue is for tickets about the Mail-Mbox-MessageParser CPAN distribution.

Report information
The Basics
Id: 79898
Status: resolved
Priority: 0/
Queue: Mail-Mbox-MessageParser

People
Owner: david [...] coppit.org
Requestors: ATOURBIN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.5002
Fixed in: (no value)



Subject: Warnings disabled due to wrong perl version check
Hello, In the following code, as seen in Mail/Mbox/MessageParser.pm, $^W is always set to 0 - the $] variable must be compared to 5.008, not 5.8. local $^W = 0 if $] >= 5.006 and $] < 5.8;
Will be fixed in 1.5003