On Wed, Nov 12, 2003 at 05:13:25PM +0000, Stephen Graham wrote:
> Ed - this is the zipped tarball. Just the usual tar zxvf to extract. If 
> you could spot the problem that would would be fabulous. I think I will 
> start looking at Net::Z39.50 - looks like the way forward.

Ok, for the moment you can bandaid Zeta by changing one line in the 
Makefile.PL. Just delete line 85 that sets MAN3PODS.

    &WriteMakefile(
        'NAME'         => 'Zeta',
        'VERSION_FROM' => 'Zeta.pm',
        'OBJECT'       => 'Zeta$(OBJ_EXT) zutils$(OBJ_EXT) argv$(OBJ_EXT) 
lib/libzeta$(LIB_EXT) lib/libtelsil$(LIB_EXT)',
        'LIBS'         => ['-lm'],
        'DEFINE'       => '',
        'INC'          => '-Ilib',
        'PM'           => {'Zeta.pm' => '$(INST_LIBDIR)/Zeta.pm'},
        'clean'        => { FILES => "Makefile.old" },
        XSPROTOARG     => '-noprototypes',
===>    MAN3PODS       => ' ',               # Pods will be built by installman.
        'dist'         => { COMPRESS => 'gzip', SUFFIX => 'gz'},
);

I guess ExtUtils::MakeMaker got less forgiving as it has got older (or 
as Schwern has tightened it up).

//Ed

Reply via email to