Re: bug: documentation uses unsupported (but TAL spec) modifier

Jonathan Vanasco <[email protected]> Wed, 25 Jan 2006 01:45:14 -0500
Newsgroups gmane.comp.lang.perl.modules.petal
Message-ID <[email protected]>
actually, i realized a more elegant solution-

lib/Petal/Hash.pm
(  add this  line @72 )
=====
$MODIFIERS->{'not:'} = $MODIFIERS->{'false:'};
=====

that uses the same approach as the rest of Petal.  I was tired and  
didn't notice that would work earlier.

sorry for suggesting  a poor patch earlier.