1234567891011121314 language: perlperl: - "5.16" - "5.14" - "5.12" - "5.10"branches: only: - /^build/before_install: # Prevent "Please tell me who you are" errors for certain DZIL configs - git config --global user.name "kaoru"
language:
perl
perl:
-
"5.16"
"5.14"
"5.12"
"5.10"
branches:
only:
/^build/
before_install:
# Prevent "Please tell me who you are" errors for certain DZIL configs
git config --global user.name
"kaoru"