Skip Menu |

This queue is for tickets about the HTML-Tree CPAN distribution.

Report information
The Basics
Id: 19248
Status: resolved
Priority: 0/
Queue: HTML-Tree

People
Owner: PETEK [...] cpan.org (weekly)
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.
Resolved in svn, and will be part of the next release of HTML-Tree. Thanks for the report!