Skip to content

Commit

Permalink
Add (excessive IMO) dependencies for Test::Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Oct 27, 2017
1 parent 9912ce0 commit 79b1580
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitmodules
Expand Up @@ -121,3 +121,18 @@
[submodule "modules/perl6-datetime-format"]
path = modules/perl6-datetime-format
url = git@github.com:supernovus/perl6-datetime-format.git
[submodule "modules/META6"]
path = modules/META6
url = git@github.com:jonathanstowe/META6.git
[submodule "modules/JSON-Class"]
path = modules/JSON-Class
url = git@github.com:jonathanstowe/JSON-Class.git
[submodule "modules/JSON-Marshal"]
path = modules/JSON-Marshal
url = git@github.com:jonathanstowe/JSON-Marshal.git
[submodule "modules/JSON-Name"]
path = modules/JSON-Name
url = git@github.com:jonathanstowe/JSON-Name
[submodule "modules/modules/uri"]
path = modules/modules/uri
url = git@github.com:perl6-community-modules/uri.git
1 change: 1 addition & 0 deletions modules/JSON-Class
Submodule JSON-Class added at 57bb86
1 change: 1 addition & 0 deletions modules/JSON-Marshal
Submodule JSON-Marshal added at 4461bf
1 change: 1 addition & 0 deletions modules/JSON-Name
Submodule JSON-Name added at 40d024
1 change: 1 addition & 0 deletions modules/JSON-Unmarshal
Submodule JSON-Unmarshal added at e1b628
1 change: 1 addition & 0 deletions modules/META6
Submodule META6 added at 1936c3
8 changes: 7 additions & 1 deletion modules/MODULES.txt
@@ -1,5 +1,12 @@
# The order of modules here is significant; a module must be listed after
# all of its dependencies.
uri
json_fast
JSON-Name
JSON-Unmarshal
JSON-Marshal
JSON-Class
META6
Test-META
xml-writer
svg # uses XML::Writer
Expand All @@ -16,7 +23,6 @@ perl6-encode
perl6-lwp-simple # uses MIME::Base64, URI, JSON::Tiny
perl6-digest-md5
perl6-http-status
json_fast
p6-Template-Mustache
PSGI
perl6-http-easy # uses PSGI
Expand Down
1 change: 1 addition & 0 deletions modules/modules/uri
Submodule uri added at e5c855

0 comments on commit 79b1580

Please sign in to comment.