Subject: | Documentation synopsis has some typos |
I think Simple.pm needs something like that to get Synopsis working
without failures:
606c606
< $tmpl->add_template( demo => $template_text ) ;
---
Show quoted text
> $tmpl->add_templates( { demo => $template_text } ) ;