Le mercredi 27 avril 2011 11:46:39, Niko Tyni a écrit : > Quoting DEP-5: > For the most complex cases, the comma is used to disambiguate the > priority of ors and ands: and has the priority over or, unless preceded > by a comma. For instance: > > A or B and C means A or (B and C). A or B, and C means (A or B), and C. > > However, the model does not seem to support this:
Ack. I will fix this upstream. I just need to tweak the Parse::RecDescent grammar of C::M::Debian::Dependency. Thanks for the report. Dominique -- http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/ http://www.ohloh.net/accounts/ddumont -o- http://ddumont.wordpress.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

