Moser, Robert L. II
2003-12-11, 09:36
> -----Original Message-----
> From: Dan Sully
> * dean blackketter <dean (AT) slimdevices (DOT) com> shaped the
> electrons to say...
> > The problem that Caleb was trying to fix was that if you had CPAN
> > module that we also had installed, but with a different version,
> > it would pick up the system one first and it might be out of sync
> > with the one we had.
> >
> > Suggestions?
>
> use CPANmodule 5.0; (version number or higher)
> -D
Good idea, we would just have to make sure that if we did any modifications
to the module that we bump the version number that we have (and send any
changes to the module maintainer so that they hopefully get included in the
next CPAN rev).
> From: Dan Sully
> * dean blackketter <dean (AT) slimdevices (DOT) com> shaped the
> electrons to say...
> > The problem that Caleb was trying to fix was that if you had CPAN
> > module that we also had installed, but with a different version,
> > it would pick up the system one first and it might be out of sync
> > with the one we had.
> >
> > Suggestions?
>
> use CPANmodule 5.0; (version number or higher)
> -D
Good idea, we would just have to make sure that if we did any modifications
to the module that we bump the version number that we have (and send any
changes to the module maintainer so that they hopefully get included in the
next CPAN rev).