Thank you very much for your response.  Yea currently
I am using the method you mentioned, but I was looking
for “only” like module that will make my life little
easyer. Thank you. 
Arya

--- Tom Phoenix <[EMAIL PROTECTED]> wrote:

> On 7/5/07, a_arya2000 <[EMAIL PROTECTED]> wrote:
> 
> > I am looking for a way to make it easier to
> install
> > and maintain more than one version of Perl module
> in
> > the system.
> 
> This shouldn't be hard, in principle. Install one
> version into one
> directory, and another version into another
> directory. Make sure that
> the directory you want to use is first in your @INC
> path at compile
> time, probably by using 'use lib'.
> 
>   use lib '/path/to/experimental/modules/';
>   use Some::Experimental::Module;
> 
> > Well, there used to be one module called
> > "only" but I think it's kind of dead now, as its
> not
> > compatible with new release of "version" module
> (on
> > which only module depends on ).  Does anybody here
> > able to make "only" module work with the latest
> > release of "version" module?
> 
> Have you contacted the author of only.pm about your
> difficulties?
> 
> Good luck with it!
> 
> --Tom Phoenix
> Stonehenge Perl Training
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> http://learn.perl.org/
> 
> 
> 



 
____________________________________________________________________________________
Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to