Added Perl support.

This commit is contained in:
Alexander Borisov
2018-01-31 15:47:00 +03:00
parent 311db93f00
commit 960962ddce
12 changed files with 1998 additions and 11 deletions

View File

@@ -17,6 +17,10 @@ case "$nxt_module" in
. auto/modules/go
;;
perl)
. auto/modules/perl
;;
*)
echo
echo $0: error: invalid module \"$nxt_module\".