This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_05: lib/AnyDBM_File.pm
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 5 Sep 1996 04:14:21 +0000 (04:14 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Thu, 5 Sep 1996 04:14:21 +0000 (04:14 +0000)
commitca4f5ef1241e5f772b3f0b4cadf4ff5dc4b2228d
tree0c55d9a75c79e8b485a9da8bf712a8bf42618952
parent0ecb046b660bd887053f3af294f8ec6411a8cbbc
perl 5.003_05: lib/AnyDBM_File.pm

AnyDBM_File (modifying ISA does not work as expected)
Now behaves as documented:  Modifying ISA works to select
order in which *DB* modules are tried.  The default is still
the same.

Add helpful "die" message to end of AnyDBM_File.  Previously
it would return a 0, and the failure would eventually show up
somewhere else in the script and be hard to track down.  It is
a failure if perl can't open AnyDBM_File.  The test regression
suite is supposed to indicate this as a failure too.
lib/AnyDBM_File.pm