Skip to content

Commit

Permalink
Use multi_ for DBD::Multi per timbunce's request.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwright authored and rehsack committed Dec 9, 2014
1 parent 67fffe6 commit 175401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBI.pm
Expand Up @@ -350,7 +350,7 @@ my $dbd_prefix_registry = {
msql_ => { class => 'DBD::mSQL', },
mvsftp_ => { class => 'DBD::MVS_FTPSQL', },
mysql_ => { class => 'DBD::mysql', },
mu_ => { class => 'DBD::Multi' },
multi_ => { class => 'DBD::Multi' },
mx_ => { class => 'DBD::Multiplex', },
neo_ => { class => 'DBD::Neo4p', },
nullp_ => { class => 'DBD::NullP', },
Expand Down

0 comments on commit 175401d

Please sign in to comment.