Re: bug: documentation uses unsupported (but TAL spec) modifier
Bruno Postle <[email protected]> Fri, 27 Jan 2006 13:31:05 +0000
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
On Fri 20-Jan-2006 at 16:20 -0500, Jonathan wrote: > > i've discussed this before, but "not:" is a TAL modifier that isn't > in petal > i suggest either: > * patching petal to use not: which is in the TAL spec (patch below) > * changing the docs from not to false Thanks, I've added 'not:' as an alias to 'false:' in Petal::Hash. Note that 'not:', 'string:' and 'path:' are required by TALES: http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3 So Petal is still missing 'path:'. -- Bruno