summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-03 15:52:53 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-03 15:52:53 -0500
commitc82aea325cb2788dbc55a48c1bb78d306bab97df (patch)
tree1cf6d7ca424110e058f872f6b8fec51242bd6dd8
parent90fba44973979a0af16eff7d246e741c4c66920a (diff)
downloadreply-c82aea325cb2788dbc55a48c1bb78d306bab97df.tar.gz
reply-c82aea325cb2788dbc55a48c1bb78d306bab97df.zip
note that it's experimental
-rw-r--r--lib/Reply.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Reply.pm b/lib/Reply.pm
index 53808bc..e3240d8 100644
--- a/lib/Reply.pm
+++ b/lib/Reply.pm
@@ -16,6 +16,9 @@ use Try::Tiny;
=head1 DESCRIPTION
+NOTE: This is an early release, and implementation details of this module are
+still very much in flux. Feedback is welcome!
+
Reply is a lightweight, extensible REPL for Perl. It is plugin-based (see
L<Reply::Plugin>), and through plugins supports many advanced features such as
coloring and pretty printing, readline support, and pluggable commands.