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