I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-09-19 15:34:59-07 by bob
Testing new OpenOffice modules
Hi,

This is as much a question about Perl as about OpenOffice.

I've installed the latest version of OpenOffice in the Perl module tree but needed
to name it OpenOffice_2027 since I need to work some problems out in my code before I
can use it.

I'd hoped that if I started with a "use lib ...OpenOffice_2027" or "use OpenOffice_2027"
that things would load OK, but the OpenOffice_2027/OODoc.pm module eplicitly calls
"use OpenOffice::OODoc::File" which is not what I want.

Is there a better way to install the new module for test purposes ?

Is there some asterick magic like OpenOffice=*OpenOffice_2027 that would work ?

Thanks.
Bob
Direct Responses: Write a response