gitweb: allow GITWEB_CONFIG to locate HTML::Email::Obfuscate
commit58eaf856f2ea16e55c2d69c08b8749c62f636dd1
authorKyle J. McKay <mackyle@gmail.com>
Wed, 27 Nov 2013 08:46:46 +0000 (27 00:46 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 22 Mar 2015 07:40:33 +0000 (22 00:40 -0700)
treee8953d2cbf52a5983118f6182adf51c3d9b9bcdd
parent035b9b6da2538d4bf3cbdc4944124f24cb195e4c
gitweb: allow GITWEB_CONFIG to locate HTML::Email::Obfuscate

If HTML::Email::Obfuscate is available gitweb will perform additional
email obfuscation.  However, HTML::Email::Obfuscate is not a commonly
preinstalled module.

Move the attempted creation of the HTML::Email::Obfuscate object
instance to after the execution of any GITWEB_CONFIG script so that
the GITWEB_CONFIG script has an opportunity to locate an installation
of HTML::Email::Obfuscate if it is to be used.

Signed-off-by: Kyle J. McKay
gitweb/gitweb.perl