Topic: GPL vs Artistic1 warning on Perl projects
I just noticed that DBI has the warning, "Artistic License may conflict with GPL" http://www.ohloh.net/projects/3583/factoids/353356
While this is true, it is irrelevant for Perl licensed projects (dual GPL/Aristic1) as you can choose either one. It's discussed here under "License of Perl 5 and below". http://www.gnu.org/philosophy/license-list.html
Could you add an exception so the Artistic1 vs GPL incompatibility warning is not displayed if the other license is GPL? I'm worried the warning will be misinterpreted to mean the project is incompatible with the GPL.