Skip to content

Commit

Permalink
Add Template::Mojo
Browse files Browse the repository at this point in the history
Bailador now depends on it. UncleFester6++
  • Loading branch information
moritz committed Jul 27, 2012
1 parent 3f28926 commit a4ab725
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions skel/docs/announce/2012.07
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions skel/tools/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ MODULES = \
modules/panda \
modules/perl6-http-status \
modules/perl6-http-easy \
modules/Template-Mojo \
modules/Bailador \
modules/DBIish \
modules/jsonrpc \
Expand Down

0 comments on commit a4ab725

Please sign in to comment.