Veraellyunjie has asked for the wisdom of the Perl Monks concerning the following question:
# diff /usr/libdata/perl5/amd64-openbsd/File/Spec.pm{.original,} 19c19 < my $module = $module{$^O} || 'Unix'; --- > my $module = $module{VMS} || 'Unix';
> perl -MFile::Spec -E 'say File::Spec->catfile( "", "" )' Can't locate VMS/Filespec.pm in @INC ...
The most recent version "1.13" of the module "VMS::Filespec" is part of the perl-5.36.3 distribution. To install that, you need to +run force install VMS::Filespec --or-- install PEVANS/perl-5.36.3.tar.gz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: VMS::Filespec missing and not installable - wtf?
by Corion (Patriarch) on Jan 25, 2024 at 16:45 UTC |