euscan: new cpan handler

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2012-04-20 17:27:16 +02:00
parent 3da5fb5240
commit b0ccdd2157
4 changed files with 82 additions and 5 deletions

View File

@ -1,6 +1,6 @@
from euscan.handlers import generic, php, pypi, rubygem, kde
from euscan.handlers import generic, php, pypi, rubygem, kde, cpan
handlers = [ kde, php, pypi, rubygem, generic ]
handlers = [ kde, php, pypi, rubygem, cpan, generic ]
def find_best_handler(cpv, url):
for handler in handlers: