On Wed, May 8, 2019 at 6:28 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > On Sun, May 05 2019, Eric Sunshine wrote: > > On Sun, May 5, 2019 at 3:43 PM Jeffrey Walton <noloader@xxxxxxxxx> wrote: > >> readline() on unopened filehandle test_must_fail > > > > Given [1], I can see (I guess) why it's complaining about modification > > of a read-only variable. However, the unopened filehandle complaint > > looks odd. > > It's because "while (<>) { readline }" didn't use to be supported until > 5.10, and he's on 5.8. Thanks for researching this. Now it makes sense.