Skip to content

Commit 2bf2ebd

Browse files
committed
Remove legacy Bundle::DBD::mysql
1 parent 4901b8b commit 2bf2ebd

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Changes
22
constants.h
33
dbdimp.c
44
dbdimp.h
5-
lib/Bundle/DBD/mysql.pm
65
lib/DBD/mysql.pm
76
lib/DBD/mysql/GetInfo.pm
87
lib/DBD/mysql/INSTALL.pod

lib/Bundle/DBD/mysql.pm

Lines changed: 0 additions & 23 deletions
This file was deleted.

t/version.t

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ use strict;
22
use warnings;
33

44
use DBD::mysql;
5-
use Bundle::DBD::mysql;
65
use Test::More;
76

87
like($DBD::mysql::VERSION, qr/^\d\.\d{2,3}(|_\d\d)$/, 'version format');
98
like($DBD::mysql::VERSION, qr/^5\./, 'version starts with "5." (update for 6.x)');
10-
is(
11-
$DBD::mysql::VERSION,
12-
$Bundle::DBD::mysql::VERSION,
13-
'VERSION strings should be the same in all .pm files in dist'
14-
);
159

1610
diag("mysql_get_client_version: ", DBD::mysql->client_version);
1711
cmp_ok(DBD::mysql->client_version, ">", 0, "mysql_get_client_version is available as a standalone function");

0 commit comments

Comments
 (0)