From 40680f3e638f83b5ae2f5713d94b753917ab85a4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 12 Jun 2013 21:22:42 -0500 Subject: docs --- lib/Reply/Plugin/CarpReply.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/Reply') diff --git a/lib/Reply/Plugin/CarpReply.pm b/lib/Reply/Plugin/CarpReply.pm index e4f5330..219121f 100644 --- a/lib/Reply/Plugin/CarpReply.pm +++ b/lib/Reply/Plugin/CarpReply.pm @@ -6,6 +6,22 @@ use base 'Reply::Plugin'; use Devel::StackTrace::WithLexicals; +=head1 SYNOPSIS + + Reply->new(plugins => ['CarpReply'])->run; + +=head1 DESCRIPTION + +This plugin implements the L shell commands to support L's +behavior. It currently isn't incredibly useful on its own as part of a config +file, but can be useful if you want more control over creating a +Carp::Reply-like shell. + +See the L docs for a description of the commands provided by this +plugin. + +=cut + sub new { my $class = shift; -- cgit v1.2.3-54-g00ecf