Subject: | ReadLineHistory plugin causes annoying interpretation of ! |
When I enable the ReadLineHistory plugin (using Term::ReadLine::Gnu), it
causes ! to be interpreted in a shell-like manner, which essentially
makes it so that I cannot use the ! character. Disabling the plugin
makes this behaviour go away.
Here's an example of what happens:
Show quoted text
> my $var = "foo!";
!";: event not found
Show quoted text> my $var = '!!!';
!';: event not found
I've tried this using 1.003006 (Debian package) and 1.003007 (from CPAN)
on Debian GNU/Linux (unstable).
Thanks for Devel::REPL!