Subject: | Re: Resolved: 'version' set unknown stat on uninitilized glob (?) |
Date: | Fri, 10 Jul 2009 12:15:24 +0900 |
To: | bug-version [...] rt.cpan.org |
From: | kpee <kpee.cpan [...] gmail.com> |
Thanx, John.
I understood that case of *_ is correct operation of perl.
Dankogai(maintainer of 'Encode') said,
Show quoted text
> kpee,
>
> That's not a bug. Any module that internally use stat() sets *_.
> try
>
> perl -MB -wle 'print stat _'
> perl -MCGI -wle 'print stat _'
>
> since there is no way to prevent CORE::stat() from setting *_, that
should be considered a
Show quoted text > feature.
>
> Dan the Encode Maintainer
And, I thought that 'case of *<uninitialized_ALPHANUM_glob> on Win32'
maybe a limitation or bug of
perl5-MSWin32, and I found the way of evading it.
-- kpee <kpee.cpan@gmail.com>