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
15 several 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( $file )
24 Return a list of hash references, read in the given $file file.
25
27 Philippe Bruhat (BooK), "<book@cpan.org>"
28
30 Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
31
33 This module is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
36
37
38perl v5.12.3 2011-03-15 Test::Database::Util(3)