There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

FusqlFS::Formatter::Html - HTML formatter class

DESCRIPTION

This formatter outputs data as lists (ordered <ol> lists for arrays and definition <dl> lists for hashes).

This is a dump-only formatter, it doesn't parse data back into Perl structures, so you can't edit and save data while using this formatter.

See also FusqlFS::Formatter::Htmltable formatter for data formatted in HTML tables.