Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Charles Ferguson
ci-scripts
Commits
9299a45c
Commit
9299a45c
authored
May 28, 2017
by
Charles Ferguson
Browse files
Add ExtUtils::MakeMaker@7.10 to prerequisites
parent
bf5f4fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
perl-env-setup
perl-env-setup
+4
-0
No files found.
perl-env-setup
View file @
9299a45c
...
...
@@ -339,6 +339,10 @@ if ! check_module App::cpanminus ; then
echo
"==== cpanminus install ===="
>>
output_cpan.txt
cpan
-T
App::cpanminus
>>
output_cpan.txt 2>&1
fi
if
!
check_module ExtUtils::MakeMaker@7.10
;
then
echo
"==== ExtUtils::MakeMaker install ===="
>>
output_cpan.txt
cpanm
-n
ExtUtils::MakeMaker@7.10
>>
output_cpan.txt 2>&1
fi
if
!
check_module Module::Build@0.4222
;
then
echo
"==== Module::Build install ===="
>>
output_cpan.txt
cpanm
-n
Module::Build@0.4222
>>
output_cpan.txt 2>&1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment