summaryrefslogtreecommitdiff
path: root/lib/Test/Database/Driver
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Database/Driver')
-rw-r--r--lib/Test/Database/Driver/CSV.pm3
-rw-r--r--lib/Test/Database/Driver/DBM.pm3
-rw-r--r--lib/Test/Database/Driver/Pg.pm3
-rw-r--r--lib/Test/Database/Driver/SQLite.pm3
-rw-r--r--lib/Test/Database/Driver/SQLite2.pm3
-rw-r--r--lib/Test/Database/Driver/mysql.pm9
6 files changed, 16 insertions, 8 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
diff --git a/lib/Test/Database/Driver/DBM.pm b/lib/Test/Database/Driver/DBM.pm
index e2751fe..69222df 100644
--- a/lib/Test/Database/Driver/DBM.pm
+++ b/lib/Test/Database/Driver/DBM.pm
@@ -1,4 +1,5 @@
package Test::Database::Driver::DBM;
+$Test::Database::Driver::DBM::VERSION = '1.112';
use strict;
use warnings;
@@ -41,7 +42,7 @@ Test::Database::Driver::DBM - A Test::Database driver for DBM
=head1 DESCRIPTION
-This module is the C<Test::Database> driver for C<DBD::DBM>.
+This module is the L<Test::Database> driver for L<DBD::DBM>.
=head1 SEE ALSO
diff --git a/lib/Test/Database/Driver/Pg.pm b/lib/Test/Database/Driver/Pg.pm
index 106b909..cbae71d 100644
--- a/lib/Test/Database/Driver/Pg.pm
+++ b/lib/Test/Database/Driver/Pg.pm
@@ -1,4 +1,5 @@
package Test::Database::Driver::Pg;
+$Test::Database::Driver::Pg::VERSION = '1.112';
use strict;
use warnings;
use Carp;
@@ -64,7 +65,7 @@ Test::Database::Driver::Pg - A Test::Database driver for Pg
=head1 DESCRIPTION
-This module is the C<Test::Database> driver for C<DBD::Pg>.
+This module is the L<Test::Database> driver for L<DBD::Pg>.
=head1 EXTRA PARAMETERS
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
diff --git a/lib/Test/Database/Driver/SQLite2.pm b/lib/Test/Database/Driver/SQLite2.pm
index d5d5c92..8f1a8fb 100644
--- a/lib/Test/Database/Driver/SQLite2.pm
+++ b/lib/Test/Database/Driver/SQLite2.pm
@@ -1,4 +1,5 @@
package Test::Database::Driver::SQLite2;
+$Test::Database::Driver::SQLite2::VERSION = '1.112';
use strict;
use warnings;
@@ -39,7 +40,7 @@ Test::Database::Driver::SQLite2 - A Test::Database driver for SQLite2
=head1 DESCRIPTION
-This module is the C<Test::Database> driver for C<DBD::SQLite2>.
+This module is the L<Test::Database> driver for L<DBD::SQLite2>.
=head1 SEE ALSO
diff --git a/lib/Test/Database/Driver/mysql.pm b/lib/Test/Database/Driver/mysql.pm
index e112fc8..4a1cf04 100644
--- a/lib/Test/Database/Driver/mysql.pm
+++ b/lib/Test/Database/Driver/mysql.pm
@@ -1,4 +1,5 @@
package Test::Database::Driver::mysql;
+$Test::Database::Driver::mysql::VERSION = '1.112';
use strict;
use warnings;
@@ -51,6 +52,8 @@ sub databases {
__END__
+=encoding utf8
+
=head1 NAME
Test::Database::Driver::mysql - A Test::Database driver for mysql
@@ -62,7 +65,7 @@ Test::Database::Driver::mysql - A Test::Database driver for mysql
=head1 DESCRIPTION
-This module is the C<Test::Database> driver for C<DBD::mysql>.
+This module is the L<Test::Database> driver for L<DBD::mysql>.
=head1 SEE ALSO
@@ -74,8 +77,8 @@ Philippe Bruhat (BooK), C<< <book@cpan.org> >>
=head1 ACKNOWLEDGEMENTS
-Many thanks to Kristian Köhntopp who helped me while writing a
-previous version of this module (before C<Test::Database> 0.03).
+Many thanks to Kristian Köhntopp who helped me while writing a
+previous version of this module (before L<Test::Database> 0.03).
=head1 COPYRIGHT