Subject: | make tests work with tarball version of libs |
The tests include use lib qw(./lib ../lib), but they don't also include local library directories. Thus they will happily use a previously installed version of the libraries instead of the ones they should be testing. Shame! Add . and .. to the C<use lib> lines in all the tests.
-- Rocco Caputo / troc@pobox.com / poe.perl.org / poe.sf.net