We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb29630 commit aee7843Copy full SHA for aee7843
1 file changed
testing/gen-languages-all
@@ -2,8 +2,9 @@
2
import sys
3
4
LANGUAGES = [
5
- 'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'pygrep',
6
- 'python', 'python_venv', 'ruby', 'rust', 'script', 'swift', 'system',
+ 'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'perl',
+ 'pygrep', 'python', 'python_venv', 'ruby', 'rust', 'script', 'swift',
7
+ 'system',
8
]
9
FIELDS = [
10
'ENVIRONMENT_DIR', 'get_default_version', 'healthy', 'install_environment',
0 commit comments