the manpage for NetSNMP::SNMP.3 does not get
installed although it is being manified (according to the
log):
chmod 755 ../blib/arch/auto/SNMP/SNMP.so
cp SNMP.bs ../blib/arch/auto/SNMP/SNMP.bs
chmod 644 ../blib/arch/auto/SNMP/SNMP.bs
Manifying SNMP.pod
OOPS - should that be a pod or a man ?
content looks like a man
name looks like a pod
what's wrong here?
this happens --with-perl-modules and --with-embedded-
perl
Stefan
Logged In: YES
user_id=88893
It looks like we were trying to be "too clever".
The default Makefile.PL configuration ends up
installing the man page anyway.
Note that the name of the module is 'SNMP'
rather than 'NetSNMP::SNMP', so that's what
ends up getting installed.