summaryrefslogtreecommitdiff
path: root/lib/WebCoso/Maker/XHTML.pm
blob: d33c4475d50525a405a46ed7a3dc286f517c3026 (plain)
1
2
3
4
5
6
7
# -*- mode: perl6 -*- 
use WebCoso::Maker;
class WebCoso::Maker::XHTML does WebCoso::Maker['du.xml','xhtml'] {
    method process-contents($du) {
        return "{$du} converted";
    }
}