Re: Older versions of CPAN modules
[email protected] ("Randy W. Sims")
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
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.