You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2008/04/07 17:50:46 UTC

[Bug 5879] New: MEMORY: spamd imports Pod::Usage when it doesn't need it ( saves some memory since Pod::Usage can be heavy)

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: dev@spamassassin.apache.org
        ReportedBy: nick@cpanel.net


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.

[Bug 5879] MEMORY: spamd imports Pod::Usage when it doesn't need it ( saves some memory since Pod::Usage can be heavy)

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5879


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.3.0




-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 5879] MEMORY: spamd imports Pod::Usage when it doesn't need it ( saves some memory since Pod::Usage can be heavy)

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5879


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Justin Mason <jm...@jmason.org>  2008-04-16 15:01:07 PST ---
thanks, applied to trunk:

: jm 114...; svn commit -m "bug 5879: save some memory by not importing
Pod::Usage unless it is needed, thanks to J. Nick Koston"
Sending        spamd/spamd.raw
Transmitting file data .
Committed revision 648876.


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.