Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Parse::RecDescent::FAQ updated to 5.02

1 view
Skip to first unread message

Metaperl.Com

unread,
Jun 30, 2007, 3:25:45 AM6/30/07
to recde...@perl.org
I will have to start updating the ChangeLog from now on:

* Version 5.02 is up -
http://search.cpan.org/~tbone/Parse-RecDescent-FAQ-5.02/FAQ.pm

* Only change is the regular expression for skipping over things:
http://search.cpan.org/~tbone/Parse-RecDescent-FAQ-5.02/FAQ.pm#Skipping_over_things

was improved by Chas Owens... "x" as a regexp modifier apparently was
not enough. "xs" was needed:

program: <skip: qr{\s* (/[*] .*? [*]/ \s*)*}x> statement(s)
program: <skip: qr{\s* (/[*] .*? [*]/ \s*)*}xs> statement(s)

0 new messages