summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.