From c82aea325cb2788dbc55a48c1bb78d306bab97df Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jun 2013 15:52:53 -0500 Subject: note that it's experimental --- lib/Reply.pm | 3 +++ 1 file changed, 3 insertions(+) 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), and through plugins supports many advanced features such as coloring and pretty printing, readline support, and pluggable commands. -- cgit v1.2.3-54-g00ecf