In PERL_CORE under ext, the %INC path for strict changes if you reload it.
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Sep 2009 17:43:07 +0000 (18:43 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Sep 2009 17:43:07 +0000 (18:43 +0100)
commit51e9a6ea64fc6fae732d0e03e16d15f12e54cb89
tree2a3ac5e9b74821a1a06915b2056ab5fee0f3de6e
parent81041c50c994997c36af79108dadc74cd8902ce6
In PERL_CORE under ext, the %INC path for strict changes if you reload it.

I'm guessing that it's loaded as a side effect of the "relative-to-absoulte"
code in TestInit, before paths are forced to be absolute. Changing the test to
use a module that hasn't been loaded (less) makes it pass reliably.
ext/Module-Loaded/t/01_Module-Loaded.t