This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DB_File 1.15 patch
authorPaul Marquess <pmarquess@bfsec.bt.co.uk>
Thu, 17 Jul 1997 10:47:30 +0000 (22:47 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commita6ed719b27c92569338047d45a029ec503c5d762
tree2ae6a9980bf3bfd419ef184c617ff401edb0e1de
parentbcf048824f6b70c34cd93907c3c0731899c231c7
DB_File 1.15 patch

This patch for DB_File fixes a few minor bugs and adds the sub-class patch.

    Patch from Gisle Aas <gisle@aas.no> to suppress "use of undefined
    value" warning with db_get and db_seq.

    Patch from Gisle Aas <gisle@aas.no> to make DB_File export only the
    O_* constants from Fcntl.

    Removed the DESTROY method from the DB_File::HASHINFO module.

    Previously DB_File hard-wired the class name of any object that it
    created to "DB_File". This makes sub-classing difficult. Now
    DB_File creats objects in the namespace of the package it has been
    inherited into.

p5p-msgid: 9707192117.AA01973@claudius.bfsec.bt.co.uk
ext/DB_File/DB_File.pm
ext/DB_File/DB_File.xs
ext/DB_File/typemap
t/lib/db-btree.t
t/lib/db-hash.t
t/lib/db-recno.t