On Sun, Mar 15, 2026 at 03:01:42AM -0300, Jamenson Espindula wrote: > So, now the status is at <https://pastebin.com/JwkeWQZE>. > 't/fmt-sgml.t' test failed. > > I am waiting for your instructions.
It seems that you installed the module correctly, as seen on your mail on the cpan session. Maybe you could run the following to have more verbosity for the tests and see what is going on: ./Build test --test_files t/fmt-sgml.t verbose=1 The most likely issue is that you do not have a package with the scripts implementing the actual SGML parsing installed. This is typically the opensp package for the onsgmls script. You should try to check if it is installed. If you do not have onsgmls, sgmls nor nsgmls command installed, it will not work. I tested on my platform, and indeed, with SGMLS but without opensp, the tests fail similarly to you. -- Pat
