Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 1597
Status: resolved
Priority: 0/
Queue: POE

People
Owner: CWEST [...] cpan.org
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



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
[RCAPUTO - Wed Oct 2 14:56:56 2002]: Show quoted text
> 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
This has been finished and in CVS.