summaryrefslogtreecommitdiff
path: root/lib/Test/Database/Driver/CSV.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Database/Driver/CSV.pm')
-rw-r--r--lib/Test/Database/Driver/CSV.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Test/Database/Driver/CSV.pm b/lib/Test/Database/Driver/CSV.pm
index 915f0e9..5f14396 100644
--- a/lib/Test/Database/Driver/CSV.pm
+++ b/lib/Test/Database/Driver/CSV.pm
@@ -1,4 +1,5 @@
package Test::Database::Driver::CSV;
+$Test::Database::Driver::CSV::VERSION = '1.112';
use strict;
use warnings;
@@ -40,7 +41,7 @@ Test::Database::Driver::CSV - A Test::Database driver for CSV
=head1 DESCRIPTION
-This module is the C<Test::Database> driver for C<DBD::CSV>.
+This module is the L<Test::Database> driver for L<DBD::CSV>.
=head1 SEE ALSO