Dimi Paun wrote:
From: "Francois Gouget" fgouget@codeweavers.com
So we will be left with SGMLS and nsgmls.
SGMLS is a pure perl module so the best is to just check it in. The quick and dirty way would be to check it in as po4a/lib/SGMLS.pm. The cleaner way would be to import the module in the SGMLSpm directory.
Importing the whole SGMLS distribution may be cleaner but it's much heavier so it's probably a wash in our case.
But there seem to be 3 .pm files in the distribution: [dimi@dimi SGMLSpm]$ ls *.pm Output.pm Refs.pm SGMLS.pm
Do we not care about Output.pm, and Refs.pm?
As far as I know we don't. It certainly was not needed in my tests.
Any other reasons why I shouldn't just import it as po4a/lib/SGMLS.pm?
No. That seems like a reasonable approach.