Re: [svn:DBD-Pg] r10794 - DBD-Pg/trunk
[email protected] ("David E. Wheeler")
| Newsgroups | perl.dbd.pg |
|---|---|
| Message-ID | <[email protected]> |
On Feb 18, 2008, at 18:43, [email protected] wrote: > Log: > Cleanup and greatly enhance the tracing system. Can now use various > tracing flags. Cool! > +DBD::Pg only supports one flag, B<SQL>, that is defined with > +DBI itself. Flags can be combined by using the param_trace_flags > +method, which simply calls param_trace_flag() on each item and > +combines them. I'm confused, because then you say: > +DBD::Pg supports provides the following tracing flags: And list a bunch of others. How can both statements be true? > +=================================================== > +WARNING!! > + > +THIS IS A TEST VERSION (2.1.0_1) AND SHOULD BE USED > +FOR TESTING PURPOSES ONLY. PLEASE USE A STABLE > +VERSION (no underscore) BY VISITING: > + > +http://search.cpan.org/~dbdpg/ Looks like you've been uploading the releases using your own CPAN ID, rathe than dbdpg. So you should probably change that URL to http://search.cpan.org/dist/DBD-Pg/ Because the above URL only has 1.49 listed. > Best, David