>That is currently not an option. Memcached and PostgreSQL are integral parts 
of 
>some modules.

>While i plan on using a substiture MemcachedSimulation module for a majority 
>of 
>the tests, some tests have to be performed against a real memcached (also, 
>because there is a problem with at least one version of ActiveState Perl).
>
>PostgreSQL is also integral to many modules. I can't easely substitute it for 
>another database, because some of the statements are optimized towards pg. 
>Also, there is the matter that - to my understanding - parallel access to 
>SQLite with multiple programs may corrupt the database. This is not yet a big 
>deal, but future versions of Maplat will include more modules - some of them 
>highly optimized to PG to have better performance.

In this case I'd say the correct thing to do would be to fail the tests, and 
more than likely fail in the Makefile.PL/Build.PL so that it won't even attempt 
to install without them since they are so integral to the functioning of the 
whole thing.

Reply via email to