Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

test of LaTeX::Encode croaks on TAP::Harness versions

Status
Not open for further replies.

MrCBofBCinTX

Technical User
Dec 24, 2003
164
0
0
US
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::parser 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::parser is also installed?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top