Hi, Am Montag, 22. Dezember 2003 22:15 schrieb Stas Bekman: > This is Apache::Scoreboard for httpd-2.0 (mod_perl 2.0). > > You will still need Apache-Scoreboard-0.10 for mod_perl 1.0 and its apps. > CPAN will now always try to install Apache-Scoreboard-2.xx, even when you > want it to install Apache-Scoreboard-0.10. Go and tell CPAN maintainers > that you don't like it and ask them to work on a solution that will allow > several generations of modules with the same name coexist happily on CPAN. > Until masses will start complaining I don't see this being resolved.
One solution might be to name all version as major.minor and they are compatible to the previous one if the major number is equal. This sounds like a good idea in general to me. But what is wrong with Apache2-Scoreboard? If it does the same as Apache-Scoreboard the rewrite is not much more as perl -i -pe 's/Apache::Scoreboard/Apache2::Scoreboard/g' my project files and otherwise I have to check the code anyway. One more point if we have a additional namespace Apache2 all new modules and the one with different versions for mp1 and mp2 can exist on CPAN. That is a real advantage and the winner over time anyway. -- Boris -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html