File: mysql.pm

package info (click to toggle)
libdbd-mysql-perl 4.028-2%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 1,312 kB
  • ctags: 584
  • sloc: perl: 4,425; ansic: 4,259; makefile: 26
file content (23 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package Bundle::DBD::mysql;

use strict;
use warnings;

$VERSION = '4.027';

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