-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
36 lines (36 loc) · 1.1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "modules/web-dom"]
path = modules/web-dom
url = https://github.com/manakai/perl-web-dom
track = master
[submodule "modules/charclass"]
path = modules/charclass
url = https://github.com/wakaba/perl-charclass
track = master
[submodule "modules/web-markup"]
path = modules/web-markup
url = https://github.com/manakai/perl-web-markup
track = master
[submodule "modules/web-encodings"]
path = modules/web-encodings
url = https://github.com/manakai/perl-web-encodings
track = master
[submodule "modules/web-url"]
path = modules/web-url
url = https://github.com/manakai/perl-web-url
track = master
[submodule "modules/web-css"]
path = modules/web-css
url = https://github.com/manakai/perl-web-css
track = master
[submodule "modules/json-ps"]
path = modules/json-ps
url = https://github.com/wakaba/perl-json-ps
track = master
[submodule "modules/web-useragent-functions"]
path = modules/web-useragent-functions
url = https://github.com/wakaba/perl-web-useragent-functions
track = master
[submodule "modules/promise"]
path = modules/promise
url = https://github.com/wakaba/perl-promise
track = master