Hi, I am working on DBD::Vt, a DBI driver for Vertica Database, and we would like to add vt_ to the DBD driver prefix registry. I believe the attached patch should do it. Please let me know if this is sufficient, or whether you need any additional information about the driver before registering the prefix.
Thanks, Peter Macko Vertica Systems, Inc. http://www.vertica.com
Index: DBI.pm =================================================================== --- DBI.pm (revision 9822) +++ DBI.pm (working copy) @@ -348,6 +348,7 @@ tmplss_ => { class => 'DBD::TemplateSS', }, tuber_ => { class => 'DBD::Tuber', }, uni_ => { class => 'DBD::Unify', }, + vt_ => { class => 'DBD::Vt', }, wmi_ => { class => 'DBD::WMI', }, x_ => { }, # for private use xbase_ => { class => 'DBD::XBase', },