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.

-- 
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/li
b/perl5/PA-RISC1.1/5.00405 -I/usr/local/lib/perl5 test.pl
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
not ok 6
ok 7
ok 8
  /usr/local/gnu/make test -- OK

Fails because there doesn't seem to be a $share->num_segments:

  DB<1> n
main::(test.pl:48):     print ($share->num_segments == 3 ? "ok $num\n" : "not ok
 $num\n");
  DB<1> n
not ok 6
main::(test.pl:51):     $num++;
  DB<1> p $share->num_segments

  DB<2> x $share
0  IPC::ShareLite=HASH(0x401d1be0)
   'create' => 512
   'destroy' => 1
   'exclusive' => 0
   'flags' => 950
   'key' => 192
   'mode' => 438
   'share' => 1075315336
   'size' => 100



--

Summary of my perl5 (5.0 patchlevel 4 subversion 5) configuration:
  Platform:
    osname=hpux, osvers=10.20, archname=PA-RISC1.1
    uname='hp-ux cirsrss b.10.20 a 9000735 unknown '
    hint=recommended, useposix=true, d_sigaction=define
    bincompat3=y useperlio=undef d_sfio=undef
  Compiler:
    cc='gcc', optimize='-O', gccversion=egcs-2.91.66 19990314 (egcs-1.1.2 release)
    cppflags='-D_HPUX_SOURCE -I/usr/local/include -I/opt/local/include'
    ccflags ='-D_HPUX_SOURCE -I/usr/local/include -I/opt/local/include'
    stdchar='unsigned char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=undef, doublesize=undef
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =' -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /opt/local/lib /usr/lib/pa1.1 /lib /usr/lib /usr/ccs/lib
    libs=-lnet -lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lbind
    libc=/lib/libc.sl, so=sl
    useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred '
    cccdlflags='-fpic', lddlflags='-b -L/usr/local/lib -L/opt/local/lib'

Reply via email to