From 3f439cd25065e13ac487efc68538f56a6b5f8f1e Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 6 Sep 2015 15:27:50 +0100 Subject: deps almost working --- lib/WebCoso/Maker/RST.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/WebCoso/Maker/RST.pm') diff --git a/lib/WebCoso/Maker/RST.pm b/lib/WebCoso/Maker/RST.pm index bf75ab1..76bc127 100644 --- a/lib/WebCoso/Maker/RST.pm +++ b/lib/WebCoso/Maker/RST.pm @@ -1,7 +1,7 @@ # -*- mode: perl6 -*- use WebCoso::Maker; class WebCoso::Maker::RST does WebCoso::Maker['rest.txt','du.xml'] { - method process-contents($rst) { + method process-contents(:src($rst),:@deps) { return "{$rst} parsed"; } } -- cgit v1.2.3