FU: Revert integration with XMLWriter & import options; copyright stuff

Realized that, since html_() now returns a string, it's just as easy to
just pass that to fu->set_body(); no need for integration complexity.

Combined import options don't save much typing, not worth the overhead
either.
This commit is contained in:
Yorhel 2025-02-20 08:46:01 +01:00
parent d0665ef7c2
commit 48d3fb86a5
6 changed files with 78 additions and 46 deletions

View file

@ -522,3 +522,11 @@ Popular DBI wrapper with some API conveniences. I may have taken some
inspiration from it in the design of this module's API.
=back
=head1 COPYRIGHT
MIT.
=head1 AUTHOR
Yorhel <projects@yorhel.nl>

View file

@ -312,3 +312,11 @@ for more weirdness and edge cases.
See also L<IO::FDPass> for a more portable solution, although that one does not
support passing along regular data.
=head1 COPYRIGHT
MIT.
=head1 AUTHOR
Yorhel <projects@yorhel.nl>

View file

@ -289,3 +289,11 @@ L<DSL::HTML>, but its syntax isn't quite as nice.
And there's also L<HTML::FromArrayref>, L<HTML::Tiny>, L<HTML::Untidy> and many
more modules on CPAN. In fact I don't know why you should use this module
instead of whatever is available on CPAN.
=head1 COPYRIGHT
MIT.
=head1 AUTHOR
Yorhel <projects@yorhel.nl>