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::Util - Utility functions for Test::Database modules

Author

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

Description

       Test::Database::Util exports a collection of functions used by several modules in the "Test-Database"
       distribution.

Exported Functions

       All functions provided by Test::Database::Util are exported in the calling package.

       The following functions are provided:

   _read_file
           _read_file( $file )

       Return a list of hash references, read in the given $file file.

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::Util(3pm)

Name

       Test::Database::Util - Utility functions for Test::Database modules

Synopsis

           use Test::Database::Util;

           # exports a collection of underscore functions

See Also