Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save felher/3187488 to your computer and use it in GitHub Desktop.
Save felher/3187488 to your computer and use it in GitHub Desktop.
patch for star
From d5436c373bf030d23111083a992f55f2b57b10cf Mon Sep 17 00:00:00 2001
From: Felix Herrmann <felix@herrmann-koenigsberg.de>
Date: Fri, 27 Jul 2012 13:29:26 +0200
Subject: [PATCH] add Template::Mojo as a dependency of Bailador
---
Makefile | 1 +
skel/tools/build/Makefile.in | 1 +
2 files changed, 2 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/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 \
--
1.7.8.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment