If you want to try out an extension, or run the unit tests for a given one, you usually have to issue 2 commands:
perl pseudo-install.pl developer
perl pseudo-install.pl SearchEngineKinoSearchAddOn SearchEnginePluceneAddOn
then, for un-installing them, you will have to issue the same 2 commands, in reverse order.
Idea here is to patch the pseudo-install.pl script so that it resolves the developer or all or default special name into what it's supposed to be, then considering the other arguments as normal module names, thus the above could be written:
perl pseudo-install.pl developer SearchEngineKinoSearchAddOn SearchEnginePluceneAddOn
or even:
perl pseudo-install.pl SearchEngineKinoSearchAddOn developer SearchEnginePluceneAddOn
--
OlivierRaginel - 04 Feb 2009
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
