summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-29 07:36:40 -0500
committerJesse Luehrs <doy@tozt.net>2013-05-29 07:36:40 -0500
commitfe7fb820c8a4ab46c9fe12b3160361d075a12c7d (patch)
tree30c57f34671c965002f8c69bea4a6cbed3b071f6 /lib
parent08ec0d4c0a2ef14d0e7ca78dd5a0b54dcade1132 (diff)
downloadreply-fe7fb820c8a4ab46c9fe12b3160361d075a12c7d.tar.gz
reply-fe7fb820c8a4ab46c9fe12b3160361d075a12c7d.zip
dzil stuff
Diffstat (limited to 'lib')
-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);