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.
--
Ok module pass test but I see two others problem for linux
platform:
1/ Sometimes, month is a min case.
Ex:
jan 27 18:59:28 saturne keytable: Loading keymap: fr-latin1 succeeded
Here another patch that make adjust for this:
15c15,19
< 'Oct' => 9, 'Nov' =>10, 'Dec' =>11
---
> 'Oct' => 9, 'Nov' =>10, 'Dec' =>11,
> 'jan' => 0, 'feb' => 1, 'mar' => 2,
> 'apr' => 3, 'may' => 4, 'jun' => 5,
> 'jul' => 6, 'aug' => 7, 'sep' => 8,
> 'oct' => 9, 'nov' =>10, 'dec' =>11
160c164,165
< carp "line not in syslog format: $str";
---
> carp "line not in syslog format: $str"
> if ($text !~ /^MARK --$/);
2/ When syslod restart, syntax is not successful parsed.
Line like:
Jan 28 16:51:28 pluton syslogd 1.3-3#33.1: restart (remote reception).
will give 1.3-3#33.1 as program ... may be you can check the ':' char ?
I don't know Solaris format for compatibility
HTH,
--
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=linux, osvers=2.4.12, archname=i686-linux
uname='linux saturne.alianet 2.4.12 #29 smp jeu oct 18 03:01:28 cest 2001 i686
unknown '
config_args='-Duseshrplib -d'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.4.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic
-Wl,-rpath,/usr/local/lib/perl5/5.6.1/i686-linux/CORE'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'