Piotr Fusik wrote: > > $ perl -we '-o' > Use of uninitialized value in -O at -e line 1. > > $ perl -we '-O' > Use of uninitialized value in -o at -e line 1. > > I have no idea if anything other than warnings can be affected by this bug. > A patch is attached.
Thanks, applied, as #25232, except the test. It's already tested by warnings.t (in t/lib/warnings/9uninit) and the existing test was wrong...