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 2018/08/22 03:31:51 UTC

[Bug 7536] 'PERL_TAINT' is not a known MakeMaker parameter name.

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7536

Kevin A. McGrail <km...@apache.org> changed:

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

--- Comment #3 from Kevin A. McGrail <km...@apache.org> ---
These are not important warnings.  


perl Makefile.PL ENABLE_SSL="yes" 
CONTACT_ADDRESS='pccc-dot-com@pccc-munge.com' 

For example, will throw


'CONTACT_ADDRESS' is not a known MakeMaker parameter name.
'ENABLE_SSL' is not a known MakeMaker parameter name.

But you'll note doesn't prompt you for the contact address with the Makefile.PL
script.  Safely ignore the warnings from MakeMaker.

-- 
You are receiving this mail because:
You are the assignee for the bug.