Subject: | Shouldn't be in the DBI namespace |
Hi.
The DBI::* namespace meant to be used for the DBI itself.
The DBIx::* namespace is meant to be used for modules that extend the DBI in some way.
For modules that simply use the DBI then it's best to name them for what they do, not the way
they do it. Using WikiLeaks::* as the top-level namespace seems most appropriate.
Tim.