Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aee7843

Browse files
committed
Add perl to gen-languages-all
1 parent bb29630 commit aee7843

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

testing/gen-languages-all

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
import sys
33

44
LANGUAGES = [
5-
'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'pygrep',
6-
'python', 'python_venv', 'ruby', 'rust', 'script', 'swift', 'system',
5+
'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'perl',
6+
'pygrep', 'python', 'python_venv', 'ruby', 'rust', 'script', 'swift',
7+
'system',
78
]
89
FIELDS = [
910
'ENVIRONMENT_DIR', 'get_default_version', 'healthy', 'install_environment',

0 commit comments

Comments
 (0)