1Test::Database::Util(3)User Contributed Perl DocumentatioTnest::Database::Util(3)
2
3
4
6 Test::Database::Util - Utility functions for Test::Database modules
7
9 use Test::Database::Util;
10
11 # exports a collection of underscore functions
12
14 Test::Database::Util exports a collection of functions used by several
15 modules in the "Test-Database" distribution.
16
18 All functions provided by Test::Database::Util are exported in the
19 calling package.
20
21 The following functions are provided:
22
23 _read_file
24 _read_file( $file )
25
26 Return a list of hash references, read in the given $file file.
27
29 Philippe Bruhat (BooK), "<book@cpan.org>"
30
32 Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
33
35 This module is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38
39
40perl v5.32.0 2020-07-28 Test::Database::Util(3)