aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2012-01-28 00:10:05 +0100
committerjnthn <jnthn@jnthn.net>2012-01-28 00:10:41 +0100
commita2d802f2b16935b41adbdeee57b322fd248cd78a (patch)
treed87842e5dfc53aef8e3044491d3a707e38127ad4
parent3e76f852b7ddd61c8b930e9515e08c97427206dc (diff)
Case fail.
-rw-r--r--Makefile2
-rw-r--r--skel/tools/build/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3787f57..073d465 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ MODULES = \
git://github.com/moritz/Math-Model \
git://github.com/tadzik/perl6-Term-ANSIColor \
git://github.com/jnthn/test-mock \
- git://github.com/perlpilot/grammar-profiler-simple \
+ git://github.com/perlpilot/Grammar-Profiler-Simple \
git://github.com/jnthn/grammar-debugger \
git://github.com/moritz/json \
git://github.com/snarkyboojum/Perl6-MIME-Base64 \
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index c4fbb9f..09c040b 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -57,7 +57,7 @@ MODULES = \
modules/Math-Model \
modules/perl6-Term-ANSIColor \
modules/test-mock \
- modules/grammar-profiler-simple \
+ modules/Grammar-Profiler-Simple \
modules/grammar-debugger \
modules/Perl6-MIME-Base64 \
modules/perl6-lwp-simple \