Subject: | error in documentation of rules() |
There's an error in the documentation of function "rules()".
It reads:
"Returns an arrayref of Parse::EBNF::Rule objects."
where it should read:
"Returns an hashref of Parse::EBNF::Rule objects."
(hashref is correct, not arrayref)