Re: DBI doc buglet
Tim Bunce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 06, 2014 at 02:22:35PM +1100, Ron Savage wrote:
> Hi
>
> Under connect(), 9 lines down, the text '(i.e., the $data_source prefix
> is "dbi::")' should only have 1 colon.
You mean here?:
https://github.com/perl5-dbi/dbi/blob/3b5b5a5f3ab4797f3e85d2f0ee244897ad47377a/DBI.pm#L2675
If just the driver_name part is empty (i.e., the $data_source prefix
is "dbi::"), the environment variable DBI_DRIVER is used.
I think it's correct as-is. There's no driver_name between the two colons.
Tim.