MrCBofBCinTX
Technical User
I am trying to bring LaTeX::Encode into a port of OpenBSD.
But OpenBSD has a version of TAP::Harness in base, version 3.23, which has the method _construct
But there is also a package TAP:arser that has TAP::Harness, version 0.54, which does not have the _construct method.
The test suite for LaTeX::Encode only calls for Test::More.
How can I force the use of the base TAP::Harness when TAP:arser is also installed?
But OpenBSD has a version of TAP::Harness in base, version 3.23, which has the method _construct
But there is also a package TAP:arser that has TAP::Harness, version 0.54, which does not have the _construct method.
The test suite for LaTeX::Encode only calls for Test::More.
How can I force the use of the base TAP::Harness when TAP:arser is also installed?