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