summaryrefslogtreecommitdiff
path: root/lib/WebCoso/Maker/TT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WebCoso/Maker/TT.pm')
-rw-r--r--lib/WebCoso/Maker/TT.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WebCoso/Maker/TT.pm b/lib/WebCoso/Maker/TT.pm
index eb5e390..256cf54 100644
--- a/lib/WebCoso/Maker/TT.pm
+++ b/lib/WebCoso/Maker/TT.pm
@@ -1,7 +1,7 @@
# -*- mode: perl6 -*-
use WebCoso::Maker;
class WebCoso::Maker::TT does WebCoso::Maker['tt','rest.txt'] {
- method process-contents($tt) {
+ method process-contents(:src($tt),:@deps) {
return "{$tt} expanded";
}
}