Files
GseTDDUebungKCLR/database/perl/vendor/lib/Bundle/DBD/mysql.pm
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

24 lines
250 B
Perl

package Bundle::DBD::mysql;
use strict;
use warnings;
our $VERSION = '4.050';
1;
__END__
=pod
=head1 NAME
Bundle::DBD::mysql
=head1 DESCRIPTION
This package only exists for legacy reasons. Please use the L<DBD::mysql>
package instead.
=cut