RE: Older versions of CPAN modules
[email protected] ("Derek Liu")
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
I am stuck in the similar situation with File::Copy on Redhat 9. Could anyone help? Regards, Derek -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Randy W. Sims Sent: Friday, 18 February 2005 9:39 AM To: [email protected] Cc: Fred Magee Subject: Re: Older versions of CPAN modules Fred Magee wrote: > Good morning. > > I'm running RHEL 3 on my workstation which is currently at PERL version > v5.8.0 built for x86_64-linux-thread-multi. I need to install CPAN > module File::Basename but it complains about being built for PERL > version 5.8.6. Is there a way to download an earlier version of this > module that will work with version 5.8.0? File::Basename is part of the core perl distribution. It is not available seperately. I.E. the only way to upgrade it is to upgrade your perl installation. Randy.