Subject: | Missing / on 'usr/kerberos/include' in Module Install |
Broken in Net-SSLeay-v1.32
inc/Module/Install/PRIVATE/Net/SSLeay.pm: inc_paths =>
["$prefix/include", "$prefix/inc32", 'usr/kerberos/include'],
should read '/usr/kerberos/include'. This was preventing the code from
compiling, and the module from installing.