Bundle::*
Jens Rehsack <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Tim, yesterday after updating the pkgsrc packages around DBI while having picknick at the event Cologne lights up (http://www.koelner-lichter.de/pages/en.html), I had an idea (nothing new, nothing great): how about to unbundle some Bundle:* packages. I can imagine at least 2: 1) Bundle::DBD::DBM - requires DB_File and BerkeleyDB - requires MLDBM, MLDBM::Serializer::JSON and YAML::MLDBM - requires SQL::Statement 2) Bundle::DBI - requires Bundle::DBD::DBM - requires up-to-date DBD::MultiPlex - requires RPC::PlServer and Net::Daemon Both could reside in the same subversion repository as DBI but generate a different distfile and do extended tests. It also would it make easier to install all requires modules with one command ;) Jens