Implement vici Perl binding

This commit is contained in:
Andreas Steffen
2015-12-01 14:52:43 +01:00
parent cbc43f1b43
commit a101bce862
9 changed files with 563 additions and 0 deletions
+4
View File
@@ -79,3 +79,7 @@ endif
if USE_PYTHON_EGGS
SUBDIRS += python
endif
if USE_PERL_CPAN
SUBDIRS += perl
endif