https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5879
Summary: MEMORY: spamd imports Pod::Usage when it doesn't need it
(saves some memory since Pod::Usage can be heavy)
Product: Spamassassin
Version: 3.2.4
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Remove the use Pod::Usage line and add
require Pod::Usage;
import Pod::Usage;
above the pod2usage line
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.