#48104: p5-test-file conflicts with p5-test-mockobject -----------------------------------------------+---------------------- Reporter: ryandesign@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: fixed | Keywords: Port: p5-test-file, p5-test-mockobject | -----------------------------------------------+---------------------- Changes (by devans@…): * status: new => closed * resolution: => fixed Comment: The README.pod file itself seems to be the problem here. Its presence at top level causes Makefile.PL to install it in the module's parent's directory (Test) rather than the module's own directory (Test::File, Test::MockObject). A corresponding misplaced man page is also automatically generated. Since both Test::File and Test::MockObject do this, the conflict occurs. Fixed in r137785. -- Ticket URL: <https://trac.macports.org/ticket/48104#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X