1Test::Database::Util(3)User Contributed Perl DocumentatioTnest::Database::Util(3)
2
3
4

NAME

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

SYNOPSIS

9           use Test::Database::Util;
10
11           # exports a collection of underscore functions
12

DESCRIPTION

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

EXPORTED FUNCTIONS

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

AUTHOR

29       Philippe Bruhat (BooK), "<book@cpan.org>"
30
32       Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
33

LICENSE

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.30.0                      2019-07-26           Test::Database::Util(3)
Impressum