Skip to content

Commit

Permalink
Remove legacy Bundle::DBD::mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Dec 2, 2023
1 parent 4901b8b commit 2bf2ebd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Changes
constants.h
dbdimp.c
dbdimp.h
lib/Bundle/DBD/mysql.pm
lib/DBD/mysql.pm
lib/DBD/mysql/GetInfo.pm
lib/DBD/mysql/INSTALL.pod
Expand Down
23 changes: 0 additions & 23 deletions lib/Bundle/DBD/mysql.pm

This file was deleted.

6 changes: 0 additions & 6 deletions t/version.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ use strict;
use warnings;

use DBD::mysql;
use Bundle::DBD::mysql;
use Test::More;

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

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

0 comments on commit 2bf2ebd

Please sign in to comment.