author | Pat Downey <patd@symbian.org> |
Fri, 13 Aug 2010 11:29:18 +0100 | |
changeset 1210 | 9a976c4078e9 |
parent 1174 | ead96bc104ea |
permissions | -rw-r--r-- |
1174
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
# -*- perl -*- |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
package Bundle::DBD::mysql; |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
$VERSION = '4.004'; |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
1; |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
__END__ |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
=head1 NAME |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
Bundle::DBD::mysql - A bundle to install Perl drivers for MySQL |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
=head1 SYNOPSIS |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
C<perl -MCPAN -e 'install Bundle::DBD::mysql'> |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
=head1 CONTENTS |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
DBI |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
DBD::mysql |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
25 |
=head1 DESCRIPTION |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
26 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
This bundle includes all that is needed to connect with a MySQL server using |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
DBI. |
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
|
ead96bc104ea
Add DBD-mysql module (needed by bitops.pl)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
=cut |