Hi
Too bad, Those lines were a nearly exact copy-and-paste from the
module XML::DOM. I'll change the lines, somebody on the perl-xml mailing
list suggested adding a my $domVersion = $XML::DOM::VERSION;
VERSION_FROM was a suggestion from Michael Koehne (which I also know from
the above mailing list), but I'll double check his hints...
Thanks!!!
Geert
On 17 Dec 1999 [EMAIL PROTECTED] wrote:
> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible. See
> http://testers.cpan.org/
>
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
>
> --
> CPAN.pm: Going to build J/JO/JOSTEN/xslt-parser-0.14.tar.gz
>
> Could not eval '
> package ExtUtils::MakeMaker::_version;
> no strict;
>
> local $XML::DOM::VERSION;
> $XML::DOM::VERSION=undef; do {
> unless $XML::DOM::VERSION >= $needVersion;
> }; $XML::DOM::VERSION
> ' in XSLT.pm: syntax error at (eval 10) line 7, near "unless $XML::DOM::
> VERSION "
> Running make test
> Make had some problems, maybe interrupted? Won't test
>
> I think it's being fooled by the presence of $XML::DOM::VERSION in
> XSLT.pm and VERSION_FROM on Makefile.PL. If I simply replace
> VERSION_FROM with a VERSION in Makefile.PL, a Makefile is successfully
> written. Similarly, commenting out the XML::DOM checker in the BEGIN
> block in XSLT.pm results in a good Makefile. After that, the build
> goes to completion. There are no tests.
>
>
>
> --
>
> Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
> Platform:
> osname=linux, osvers=2.2.10, archname=ppc-linux
> uname='linux schinder.clark.net 2.2.10 #7 fri jun 18 10:13:46 est 1999 ppc
>unknown '
> hint=recommended, useposix=true, d_sigaction=define
> usethreads=undef useperlio=undef d_sfio=undef
> Compiler:
> cc='gcc', optimize='-O2', gccversion=egcs-2.91.66 19990314 (egcs-1.1.2 release)
> cppflags='-Dbool=char -DHAS_BOOL'
> ccflags ='-Dbool=char -DHAS_BOOL'
> stdchar='char', d_stdstdio=undef, usevfork=false
> intsize=4, longsize=4, ptrsize=4, doublesize=8
> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
> alignbytes=8, usemymalloc=n, prototype=define
> Linker and Libraries:
> ld='gcc', ldflags =' -L/usr/local/lib'
> libpth=/usr/local/lib /lib /usr/lib
> libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
> libc=, so=so, useshrplib=false, libperl=libperl.a
> Dynamic Linking:
> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
> cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
>