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/HTML.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/WebCoso/Maker/HTML.pm') diff --git a/lib/WebCoso/Maker/HTML.pm b/lib/WebCoso/Maker/HTML.pm index 1003cbc..414fe2b 100644 --- a/lib/WebCoso/Maker/HTML.pm +++ b/lib/WebCoso/Maker/HTML.pm @@ -1,7 +1,7 @@ # -*- mode: perl6 -*- use WebCoso::Maker; class WebCoso::Maker::HTML does WebCoso::Maker['xhtml','html'] { - method process-contents($xhtml) { + method process-contents(:src($xhtml),:@deps) { return "{$xhtml} decorated"; } } -- cgit v1.2.3