summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-12 21:49:22 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-12 21:49:22 -0500
commit555a9f79c5acf228d5561d9cb52e73490b859f69 (patch)
tree0338f8a3098a427829146fde14748ab444c6d6ea
parent8617484718b1ffd7483df66fe3607920349bbbbc (diff)
downloadcarp-reply-555a9f79c5acf228d5561d9cb52e73490b859f69.tar.gz
carp-reply-555a9f79c5acf228d5561d9cb52e73490b859f69.zip
add an abstract here
-rw-r--r--lib/Reply/Plugin/CarpReply.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/CarpReply.pm b/lib/Reply/Plugin/CarpReply.pm
index 2d14cd0..62fd916 100644
--- a/lib/Reply/Plugin/CarpReply.pm
+++ b/lib/Reply/Plugin/CarpReply.pm
@@ -1,6 +1,7 @@
package Reply::Plugin::CarpReply;
use strict;
use warnings;
+# ABSTRACT: plugin that implements most of the functionality of Carp::Reply
use base 'Reply::Plugin';