
The html::microformats module is a wrapper for parser and handler modules of various individual microformats (each of those modules has a name like html::microformats::format::foo).
the general pattern of usage is to create an html::microformats object (which corresponds to an html document) using the "new_document" method; then ask for the data, as a perl hashref, a json string, or an rdf::trine model.