Add docs on quoting and history expansion
authorChris Marshall <devel.chm.01@gmail.com>
Fri, 4 Jun 2010 02:42:58 +0000 (22:42 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Fri, 4 Jun 2010 02:42:58 +0000 (22:42 -0400)
commit265cea44dbcb95298e8753c2a8b595e9b1a25395
tree346ff0313e2460b9c72cd4320e1bd7595b134b8d
parent1ca468670be738f7b59ad5c6c095f95c6b07952f
Add docs on quoting and history expansion

This addresses rt.cpan.org bug #48459 where a user complained
that history expansion caused problems with using ! in strings.
This is the expected behavior.  The documentation covers how
to quote the ! so that history expansion with not take place
as well as how to disable it entirely.
lib/Devel/REPL/Plugin/ReadLineHistory.pm