On Mon, Jul 31, 2017 at 06:59:53PM -0400, Randall Sawyer wrote:
> Package Texinfo::Convert::Text (file Text.pm) contains this line:
> 
> @ISA = qw(Exporter);
> 
> which should be
> 
> @ISA = qw(Exporter Texinfo::Convert::Converter);
> 
> All of the other derived converter modules look complete.

OK, that looks right.

Reply via email to