On Thu, Mar 17, 2005 at 10:37:11AM -0600, John E. Malmberg wrote: > > The is_deeply test when I run it by it self is passing all 22 tests, > > however one test is generating some text explaining that it succeeded. > > That explanation is not being preceded by "#" characters like I have > > noticed on other tests. > > ok 12 - right diagnostic > is_deeply() takes two or three args, you gave 4. > This usually means you passed an array or hash instead > of a reference to it at [lib.test.simple.t]is_deeply.t line 131
This is a warning which is supposed to be trapped by is_deeply.t so it can be tested. It has nothing to do with PathTools. Furthermore, that warning was added in Test::More 0.48_02. 5.8.6 shipped with 0.47. There are more changes to your 5.8.6 than simply upgrading PathTools.
