We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c8ce2 commit 74b996fCopy full SHA for 74b996f
lib/URI/db.pm
@@ -267,7 +267,7 @@ if one is known. Returns C<undef> if no driver is known.
267
268
=head3 C<dbi_dsn>
269
270
- DBI->connect( $uri->dbi_dsn, $uri->user, $uri->pass );
+ DBI->connect( $uri->dbi_dsn, $uri->user, $uri->password );
271
272
Returns a L<DBI> DSN appropriate for use in a call to C<< DBI->connect >>. The
273
attributes will usually be pulled from the URI host name, port, and database
0 commit comments