Matt Sisk wrote: > > At issue seems to be that the parser does not remove the 'RRULE:' part > from the beginning of a rule before splitting on semicolons.
Fixed in CVS. > Also, while we're at it, when we return these values can we either > return a scalar when there is only one result (or make use of wantarray)? Done. In scalar context it will return a single string, which may contain embedded newlines. Thanks. - Flavio S. Glock
