Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
974cda5c
Commit
974cda5c
authored
May 20, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specify more precise perl module dependencies.
parent
02047b0e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
0 deletions
+16
-0
component/perl-File-Listing/buildout.cfg
component/perl-File-Listing/buildout.cfg
+2
-0
component/perl-HTTP-Cookies/buildout.cfg
component/perl-HTTP-Cookies/buildout.cfg
+2
-0
component/perl-HTTP-Daemon/buildout.cfg
component/perl-HTTP-Daemon/buildout.cfg
+2
-0
component/perl-HTTP-Message/buildout.cfg
component/perl-HTTP-Message/buildout.cfg
+2
-0
component/perl-HTTP-Negotiate/buildout.cfg
component/perl-HTTP-Negotiate/buildout.cfg
+2
-0
component/perl-LWP-MediaTypes/buildout.cfg
component/perl-LWP-MediaTypes/buildout.cfg
+2
-0
component/perl-libwww-perl/buildout.cfg
component/perl-libwww-perl/buildout.cfg
+4
-0
No files found.
component/perl-File-Listing/buildout.cfg
View file @
974cda5c
[buildout]
[buildout]
extends =
extends =
../perl/buildout.cfg
../perl/buildout.cfg
../perl-HTTP-Date/buildout.cfg
parts =
parts =
perl-File-Listing
perl-File-Listing
...
@@ -8,6 +9,7 @@ parts =
...
@@ -8,6 +9,7 @@ parts =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
depends =
depends =
${perl:version}
${perl:version}
${perl-HTTP-Date:location}
url = http://www.cpan.org/modules/by-module/File/File-Listing-6.04.tar.gz
url = http://www.cpan.org/modules/by-module/File/File-Listing-6.04.tar.gz
md5sum = 83f636b477741f3a014585bb9cc079a6
md5sum = 83f636b477741f3a014585bb9cc079a6
configure-command =
configure-command =
...
...
component/perl-HTTP-Cookies/buildout.cfg
View file @
974cda5c
[buildout]
[buildout]
extends =
extends =
../perl/buildout.cfg
../perl/buildout.cfg
../perl-HTTP-Message/buildout.cfg
parts =
parts =
perl-HTTP-Cookies
perl-HTTP-Cookies
...
@@ -8,6 +9,7 @@ parts =
...
@@ -8,6 +9,7 @@ parts =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
depends =
depends =
${perl:version}
${perl:version}
${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Cookies-6.01.tar.gz
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Cookies-6.01.tar.gz
md5sum = ecfd0eeb88512033352c2f13c9580f03
md5sum = ecfd0eeb88512033352c2f13c9580f03
configure-command =
configure-command =
...
...
component/perl-HTTP-Daemon/buildout.cfg
View file @
974cda5c
[buildout]
[buildout]
extends =
extends =
../perl/buildout.cfg
../perl/buildout.cfg
../perl-HTTP-Message/buildout.cfg
parts =
parts =
perl-HTTP-Daemon
perl-HTTP-Daemon
...
@@ -8,6 +9,7 @@ parts =
...
@@ -8,6 +9,7 @@ parts =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
depends =
depends =
${perl:version}
${perl:version}
${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Daemon-6.01.tar.gz
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Daemon-6.01.tar.gz
md5sum = ed0ae02d25d7f1e89456d4d69732adc2
md5sum = ed0ae02d25d7f1e89456d4d69732adc2
configure-command =
configure-command =
...
...
component/perl-HTTP-Message/buildout.cfg
View file @
974cda5c
...
@@ -5,6 +5,7 @@ extends =
...
@@ -5,6 +5,7 @@ extends =
../perl-HTTP-Date/buildout.cfg
../perl-HTTP-Date/buildout.cfg
../perl-IO-HTML/buildout.cfg
../perl-IO-HTML/buildout.cfg
../perl-LWP-MediaTypes/buildout.cfg
../perl-LWP-MediaTypes/buildout.cfg
../perl-URI/buildout.cfg
parts =
parts =
perl-HTTP-Message
perl-HTTP-Message
...
@@ -16,6 +17,7 @@ depends =
...
@@ -16,6 +17,7 @@ depends =
${perl-HTTP-Date:location}
${perl-HTTP-Date:location}
${perl-IO-HTML:location}
${perl-IO-HTML:location}
${perl-LWP-MediaTypes:location}
${perl-LWP-MediaTypes:location}
${perl-URI:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Message-6.06.tar.gz
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Message-6.06.tar.gz
md5sum = e563ac516e28d33f65bc0f295f625f85
md5sum = e563ac516e28d33f65bc0f295f625f85
configure-command =
configure-command =
...
...
component/perl-HTTP-Negotiate/buildout.cfg
View file @
974cda5c
[buildout]
[buildout]
extends =
extends =
../perl/buildout.cfg
../perl/buildout.cfg
../perl-HTTP-Message/buildout.cfg
parts =
parts =
perl-HTTP-Negotiate
perl-HTTP-Negotiate
...
@@ -8,6 +9,7 @@ parts =
...
@@ -8,6 +9,7 @@ parts =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
depends =
depends =
${perl:version}
${perl:version}
${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Negotiate-6.01.tar.gz
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Negotiate-6.01.tar.gz
md5sum = 1236195250e264d7436e7bb02031671b
md5sum = 1236195250e264d7436e7bb02031671b
configure-command =
configure-command =
...
...
component/perl-LWP-MediaTypes/buildout.cfg
View file @
974cda5c
[buildout]
[buildout]
extends =
extends =
../perl/buildout.cfg
../perl/buildout.cfg
../perl-URI/buildout.cfg
parts =
parts =
perl-LWP-MediaTypes
perl-LWP-MediaTypes
...
@@ -8,6 +9,7 @@ parts =
...
@@ -8,6 +9,7 @@ parts =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
depends =
depends =
${perl:version}
${perl:version}
${perl-URI:location}
url = http://www.cpan.org/modules/by-module/LWP/LWP-MediaTypes-6.02.tar.gz
url = http://www.cpan.org/modules/by-module/LWP/LWP-MediaTypes-6.02.tar.gz
md5sum = 8c5f25fb64b974d22aff424476ba13c9
md5sum = 8c5f25fb64b974d22aff424476ba13c9
configure-command =
configure-command =
...
...
component/perl-libwww-perl/buildout.cfg
View file @
974cda5c
...
@@ -7,9 +7,11 @@ extends =
...
@@ -7,9 +7,11 @@ extends =
../perl-HTML-Parser/buildout.cfg
../perl-HTML-Parser/buildout.cfg
../perl-HTTP-Cookies/buildout.cfg
../perl-HTTP-Cookies/buildout.cfg
../perl-HTTP-Daemon/buildout.cfg
../perl-HTTP-Daemon/buildout.cfg
../perl-HTTP-Message/buildout.cfg
../perl-HTTP-Negotiate/buildout.cfg
../perl-HTTP-Negotiate/buildout.cfg
../perl-LWP-MediaTypes/buildout.cfg
../perl-LWP-MediaTypes/buildout.cfg
../perl-Net-HTTP/buildout.cfg
../perl-Net-HTTP/buildout.cfg
../perl-URI/buildout.cfg
../perl-WWW-RobotRules/buildout.cfg
../perl-WWW-RobotRules/buildout.cfg
parts =
parts =
perl-libwww-perl
perl-libwww-perl
...
@@ -24,9 +26,11 @@ depends =
...
@@ -24,9 +26,11 @@ depends =
${perl-HTML-Parser:location}
${perl-HTML-Parser:location}
${perl-HTTP-Cookies:location}
${perl-HTTP-Cookies:location}
${perl-HTTP-Daemon:location}
${perl-HTTP-Daemon:location}
${perl-HTTP-Message:location}
${perl-HTTP-Negotiate:location}
${perl-HTTP-Negotiate:location}
${perl-LWP-MediaTypes:location}
${perl-LWP-MediaTypes:location}
${perl-Net-HTTP:location}
${perl-Net-HTTP:location}
${perl-URI:location}
${perl-WWW-RobotRules:location}
${perl-WWW-RobotRules:location}
url = http://www.cpan.org/modules/by-module/LWP/libwww-perl-6.06.tar.gz
url = http://www.cpan.org/modules/by-module/LWP/libwww-perl-6.06.tar.gz
md5sum = 292496bd2a13da95903b383f59009200
md5sum = 292496bd2a13da95903b383f59009200
...
...
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