summaryrefslogtreecommitdiff
path: root/lib/Test/Database/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Database/Util.pm')
-rw-r--r--lib/Test/Database/Util.pm11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/Test/Database/Util.pm b/lib/Test/Database/Util.pm
index efb3938..da6f63d 100644
--- a/lib/Test/Database/Util.pm
+++ b/lib/Test/Database/Util.pm
@@ -1,4 +1,5 @@
package Test::Database::Util;
+$Test::Database::Util::VERSION = '1.112';
use strict;
use warnings;
use Carp;
@@ -63,24 +64,22 @@ Test::Database::Util - Utility functions for Test::Database modules
=head1 DESCRIPTION
-C<Test::Database::Util> exports a collection of functions used by
+Test::Database::Util exports a collection of functions used by
several modules in the C<Test-Database> distribution.
=head1 EXPORTED FUNCTIONS
-All functions provided by C<Test::Database::Util> are exported in the
+All functions provided by Test::Database::Util are exported in the
calling package.
The following functions are provided:
-=over 4
+=head2 _read_file
-=item _read_file( $file )
+ _read_file( $file )
Return a list of hash references, read in the given C<$file> file.
-=back
-
=head1 AUTHOR
Philippe Bruhat (BooK), C<< <book@cpan.org> >>