in reply to Re^2: Parsing a config file with braces and nested braces
in thread Parsing a config file with braces and nested braces

Ah, interesting, thanks!

Adding the /x modifier to the regex fixes it under 1.033, apparently Regexp::Grammars started automatically adding the /x in version 1.035.

I guess the module isn't perfect, looks like it has issues under Perl 5.18 (and even 5.10?)...