Comment 13 for bug 479944

Revision history for this message
Alvin Penner (apenner) wrote : Re: import of text file fails

I think my inclination would be to permanently remove the line
<check reldir="extensions">txt2svg.pl</check>
from both of these extensions, unless someone has a specific reason for it to be there. I have a machine with no perl installed on it, and in this case the dependence on perl is caught properly by the line
<command reldir="extensions" interpreter="perl">txt2svg.pl</command>
which is the "normal" check that essentially all .inx files have. (I deleted the line <check reldir> and confirmed that the extensions-log file still showed that the perl dependency was not met.)