summaryrefslogtreecommitdiffstats
path: root/lib/App/REPL.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/REPL.pm')
-rw-r--r--lib/App/REPL.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/REPL.pm b/lib/App/REPL.pm
index bc7b8a6..fde2d0c 100644
--- a/lib/App/REPL.pm
+++ b/lib/App/REPL.pm
@@ -1,6 +1,7 @@
package App::REPL;
use strict;
use warnings;
+# ABSTRACT: simple, pluggable repl
use Module::Runtime qw(compose_module_name use_package_optimistically);
use Scalar::Util qw(blessed);