Skip Menu |

This queue is for tickets about the Expect CPAN distribution.

Report information
The Basics
Id: 9426
Status: resolved
Priority: 0/
Queue: Expect

People
Owner: Nobody in particular
Requestors: nothingmuch [...] woobling.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.10
  • 1.11
  • 1.12
  • 1.16
  • 1.17
  • 1.18
Fixed in: 1.19



Subject: $_ is written but not being localized
Expect makes use of $_ in several places, like _make_readable, but does not localize it. I got "can't modify readonly value" when doing something like this: for (CONSTANT) { $e->send("echo $_\n"); $e->expect($timeout, -ex => "$_\n"); }