On Thu Oct 27 12:58:36 2011, sprout wrote:
> We could continue to have that work for <...>, but then how does
> List::Gen::glob tell the difference between <*> and glob('*',42)? One
> solution to that is to continue to treat glob overrides specially under
> ‘use v5.16’ as long as the subroutine itself was *not* declared under
> ‘use v5.16’.
XS modules are not really declared in any Perl scope, but XS glob
overrides are rare enough I don’t think we have to worry about that.
Thread Previous
|
Thread Next