Where should Test::Harness install Test/Harness.pm?

Andy Dougherty doughera at lafayette.edu
Fri Sep 7 16:42:02 BST 2007


I tried  Test::Harness 2.99_01 and noticed that the sequence

	perl Makefile.PL
	make
	make test
	make install

installs Test/Harness.pm into sitelib, leaving the original core module 
untouched.  Thus, even after installing Test::Harness 2.99_01, a program
doing

	use Test::Harness

will pick up the old core version, unless @INC is re-arranged in some way.

This probably needs to be documented carefully in the installation 
instructions.

-- 
    Andy Dougherty		doughera at lafayette.edu


More information about the tapx-dev mailing list