Subject: | Small doc issue with HTML::Element's all_attr_names method |
The current documentation for HTML::Element's all_attr_names method follows:
$h->all_attr_names()
Like all_attr, but only returns the names of the attributes.
Example output of $h->all_attr() : '_parent', '_tag', 'lang', '_content', .
The example output is using all_attr rather than all_attr_names and the last comma is not
necessary.