On Thu, Mar 11, 2004 at 02:41:44PM -0800, Jeff Zucker wrote:
> Argh :-(.  On Debian with perl 5.8.3 as set up by my ISP, the new regex 
> in 50dbm.t removes the legitimate directories where the modules are 
> stored and skips 50dbm.t with the message "No DBM modules available". 
> Once I commented out the regex, all tests passed for all 6 DBM types.
> 
> My @INC shows /usr/lib/perl/5.8 but that is a symlink to 
> /usr/lib/perl/5.8.3 and the DBM modules (except the ones I installed in 
> my own dirs) are in /usr/lib/perl/5.8.3/auto.
> 
> Maybe time to test only SDBM_File?

I'd been thinking the same thing but trying to avoid it, RC3 was
my final try but it's not enough, and couldn't reliably deal
with all cases without lots of extra work.

The interface DBD::DBM is using is identical for all DBM's so if
it works for one it should work for all.

So just testing SDBM_File (supplied with perl) should suffice,
along with MLDBM using Data::Dumper/Storable on top.

I'll roll an RC4 to put this issue to bed. Finally. Hopefully.

Tim.

Reply via email to