Hi there,
On Wed, 8 Nov 2000, Chris Strom wrote:
> The offending item in %INC appears to be the 'warnings.pm' entry
> defined on line 308 of PerlRun:
>
> BEGIN {
> if ($] < 5.006) {
> $INC{'warnings.pm'} = __FILE__;
> *warnings::unimport = sub {};
> }
> }
Do you even have the file 'warnings.pm' if you're using 5.004_05?
I have it in a 5.6.0 inststallation, but not in 5.005_03. That's
why there's a test for Perl version less than 5.006 (== 5.6.0).
What does Perl -V say?
73,
Ged.
- PerlRun StatInc perl5_00405 Chris Strom
- RE: PerlRun StatInc perl5_00405 G.W. Haywood
- RE: PerlRun StatInc perl5_00405 Chris Strom
- Re: PerlRun StatInc perl5_00405 ___cliff rayman___
- RE: PerlRun StatInc perl5_00405 Chris Strom
