> Date: Thu, 07 May 2009 16:20:50 +0200 > From: [email protected] > > > > $ ./check-api-doc-consistency.pl -p -t | grep pdf_stm_read > > pdf_stm_read() ... ok 0 tests > > pdf_stm_read_char() ... ok 2 tests > > > > So I guess this is a problem with the perl script. I will open a task > > for this in the flyspray as soon as I get internet (I am travelling > > now). > > Well, that's weird, look: > > ## > ~/PROJECTS/libgnupdf/esa/prmgt $ ./check-api-doc-consistency.pl -p -t | > grep pdf_stm_r > pdf_stm_read() ... ok 11 tests > pdf_stm_read_char() ... ok 2 tests > ### > > Maybe a version issue ?, I use perl version 5.8.8, but don't know. > > I am using perl version 5.10.0 >
Hi jemarch, There could be many changes from 5.8.x to 5.10.x, although the script uses 'standard' modules. So, I'll go straight to 5.10.x and do some tests. Is it a big deal if you provide me access to that version with the source tree ? I'll have to waste some time compiling that version myself otherwise. cheers, -gerel
