I got the following report from a user trying to install version.pm with Makefile.PL:

...
    chmod 755 ../blib/arch/auto/version/vxs/vxs.bundle
    cp vxs.bs ../blib/arch/auto/version/vxs/vxs.bs
    chmod 644 ../blib/arch/auto/version/vxs/vxs.bs
    Manifying blib/man3/version.3
Can't write-open blib/man3/version.3: No such file or directory at /usr/local/perl_libs/privlib/ExtUtils/Command/MM.pm line 132
    make: *** [manifypods] Error 255
      /usr/bin/make  -- NOT OK

...

running the following Perl:

    Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
      Platform:
        osname=darwin, osvers=8.6.0, archname=darwin-thread-multi-2level
uname='darwin devuser 8.6.0 darwin kernel version 8.6.0: tue mar 7 16:58:48 pst 2006; root:xnu-792.6.70.obj~1release_ppc power macintosh powerpc

I had him check and the blib/man3 directory is not getting created before pod2man is getting called, but I have no idea why. I'm getting him to send me his generated Makefile, but I thought I'd ask if anyone else has seen something like this...

TIA

John

Reply via email to