in reply to Re: Forcing use of newer (local) version of core module
in thread Forcing use of newer (local) version of core module
Abigail's solution works -- mostly.
I had to toss the use warnings; pragma, as the module isn't included in Perl 5.005_03.
The situation now stands as follows:
Prototype mismatch: sub File::Spec::Unix::rel2abs ($;$;) vs none at /w +onko/share/jwd/lib/perl/File/Spec/Unix.pm line 447.
FWIW, I didn't really get your closing remark " Note that you'll get warnings if File::Spec would do a use warnings." Care to elaborate?
|
|---|