aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-07-27 13:30:35 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-07-27 13:30:35 +0200
commita4ab725f4d39aa323b1f7b417f7f5a822a92667c (patch)
tree24c7b63d84145a8c4b9a9aec80c8be734e64b5d2
parent3f2892689e6540a8654272903e101a5d18585061 (diff)
Add Template::Mojo
Bailador now depends on it. UncleFester6++
-rw-r--r--Makefile1
-rw-r--r--skel/docs/announce/2012.072
-rw-r--r--skel/tools/build/Makefile.in1
3 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2574257..0ee3790 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ MODULES = \
git://github.com/tadzik/panda \
git://github.com/supernovus/perl6-http-status \
git://github.com/supernovus/perl6-http-easy \
+ git://github.com/tadzik/Template-Mojo \
git://github.com/tadzik/Bailador \
git://github.com/perl6/DBIish \
git://github.com/ihrd/uri \
diff --git a/skel/docs/announce/2012.07 b/skel/docs/announce/2012.07
index 6197a84..d8f5d56 100644
--- a/skel/docs/announce/2012.07
+++ b/skel/docs/announce/2012.07
@@ -20,6 +20,8 @@ Some of the new features added to this release include:
* anonymous subset types (e.g., 'subset :: of Int where { $_ > 0 }')
+* Rakudo Star now ships with the Template::Mojo module
+
This release also contains a range of bug fixes, improvements to error
reporting and better failure modes. More exceptions are thrown as typed
exceptions, and more meta-model errors have been fixed to properly
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index 91f253e..4af184f 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -72,6 +72,7 @@ MODULES = \
modules/panda \
modules/perl6-http-status \
modules/perl6-http-easy \
+ modules/Template-Mojo \
modules/Bailador \
modules/DBIish \
modules/jsonrpc \