ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Makefile.PL
(Generate patch)

Comparing Coro-Mysql/Makefile.PL (file contents):
Revision 1.1 by root, Mon May 18 15:19:38 2009 UTC vs.
Revision 1.2 by root, Mon Jun 1 12:03:21 2009 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3print <<EOF; 3print <<EOF;
4 4
5** 5**
6** This module *MUST* be linked against exactly the same libmysqlclient 6** This module *MUST* be dynamically linked against exactly the same
7** libmysqlclient as your DBD::mysql module (also dynamically).
7** as your DBD::mysql module. Otherwise it will die quickly when used. 8** Otherwise it will die quickly when used.
9** If desperate, you could also try linking against the DBD::mysql
10** shared object itself.
8** 11**
9** To adjust include and library path, edit the Makefile.PL, near the end. 12** To adjust include and library path, edit the Makefile.PL, near the end.
10** 13**
11 14
12EOF 15EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines