Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use Terminal::ANSIColor instead of Term::ANSIColor
Grammar::Debugger has changed its dependency. Because reasons.
  • Loading branch information
moritz committed Sep 19, 2015
1 parent 9c32c32 commit 8b1cb9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -13,9 +13,6 @@
[submodule "modules/svg-plot"]
path = modules/svg-plot
url = git://github.com/moritz/svg-plot
[submodule "modules/perl6-Term-ANSIColor"]
path = modules/perl6-Term-ANSIColor
url = git://github.com/tadzik/perl6-Term-ANSIColor
[submodule "modules/test-mock"]
path = modules/test-mock
url = git://github.com/jnthn/test-mock
Expand Down Expand Up @@ -85,3 +82,6 @@
[submodule "modules/p6-file-directory-tree"]
path = modules/p6-file-directory-tree
url = git@github.com:labster/p6-file-directory-tree.git
[submodule "modules/Terminal-ANSIColor"]
path = modules/Terminal-ANSIColor
url = git@github.com:tadzik/Terminal-ANSIColor.git
4 changes: 2 additions & 2 deletions modules/MODULES.txt
Expand Up @@ -3,10 +3,10 @@
xml-writer
svg # uses XML::Writer
svg-plot # uses SVG
perl6-Term-ANSIColor
Terminal-ANSIColor
test-mock
Grammar-Profiler-Simple
grammar-debugger # uses Term::ANSIColor
grammar-debugger # uses Terminal::ANSIColor
Perl6-MIME-Base64
uri
perl6-lwp-simple # uses MIME::Base64, URI
Expand Down
1 change: 1 addition & 0 deletions modules/Terminal-ANSIColor
Submodule Terminal-ANSIColor added at 0b34ab
1 change: 0 additions & 1 deletion modules/perl6-Term-ANSIColor
Submodule perl6-Term-ANSIColor deleted from be708d

0 comments on commit 8b1cb9f

Please sign in to comment.