perl Makefile.PL can't find pod2man

From: M_F_H (no_one_at_example.com)
Date: 02/21/04


Date: Sat, 21 Feb 2004 02:37:03 -0500

I'm a perl newbie using Red Hat 9, fully updated.

I downloaded the Archive::Zip module and untar'ed it as usual. When
I executed

#perl Makefile.PL

I got the following:

Warning: I could not locate your pod2man program. Please make sure,
          your pod2man program is in your PATH before you execute
'make'

Writing Makefile for Archive::Zip

The output of `whereis pod2man` is:

pod2man: /usr/bin/pod2man /usr/share/man/man1/pod2man.1.gz

The output of `echo $PATH` is:

/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/mike/bin

So, clearly, my path includes the directory where pod2man can be found.

When I run `make` here is what I get:

Makefile:88: *** missing separator. Stop.

Lines 87-89 of Makefile are:

       87 installhtml3dir=''
       88 installman1
       89 INSTALLSITEBIN = /usr

Help! TIA...