logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Database::Driver::DBM - A Test::Database driver for DBM

Author

       Philippe Bruhat (BooK), "<book@cpan.org>"

Description

       This module is the Test::Database driver for DBD::DBM.

License

       This module is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.32.1                                       2021-11-12                   Test::Database::Driver::DBM(3pm)

Name

       Test::Database::Driver::DBM - A Test::Database driver for DBM

See Also

       Test::Database::Driver

Synopsis

           use Test::Database;
           my @handles = Test::Database->handles( 'DBM' );

See Also