summaryrefslogtreecommitdiff
path: root/lib/Test/Database/Driver/SQLite.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2014-04-06 19:17:28 +0200
committergregor herrmann <gregoa@debian.org>2014-04-06 19:22:19 +0200
commit789452f45909370b1477ea79c5591938da3133cf (patch)
tree76262adbf6cb5e557495301fa893713a5006fbe4 /lib/Test/Database/Driver/SQLite.pm
parent1b07c6349582c9ced8e95d0fd0950f552bc417b4 (diff)
Imported Upstream version 1.112
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