diff options
author | dakkar <dakkar@thenautilus.net> | 2015-09-06 15:45:20 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2015-09-06 15:45:20 +0100 |
commit | e1a2aea8742082dda9838fa1079a2f2cd780dcf8 (patch) | |
tree | 5eb138ae43233ebe3fc55153b57e4f2ab2a78543 /lib/WebCoso/Doc/Base.pm | |
parent | deps almost working (diff) | |
download | WebCoso-p6-e1a2aea8742082dda9838fa1079a2f2cd780dcf8.tar.gz WebCoso-p6-e1a2aea8742082dda9838fa1079a2f2cd780dcf8.tar.bz2 WebCoso-p6-e1a2aea8742082dda9838fa1079a2f2cd780dcf8.zip |
now handle langs from different stages
e.g. document.it.tt and document.en.rest.txt
this seems to have broken some deps-checking
Diffstat (limited to 'lib/WebCoso/Doc/Base.pm')
-rw-r--r-- | lib/WebCoso/Doc/Base.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/WebCoso/Doc/Base.pm b/lib/WebCoso/Doc/Base.pm index ab99164..6037ff9 100644 --- a/lib/WebCoso/Doc/Base.pm +++ b/lib/WebCoso/Doc/Base.pm @@ -30,6 +30,7 @@ class WebCoso::Doc::Base { when 'du.xml' { return $.rst.make() } when 'xhtml' { return $.xhtml.make() } when 'html' { return $.html.make() } + default: { return () } } } |