summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Reply/Plugin/CarpReply.pm19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/CarpReply.pm b/lib/Reply/Plugin/CarpReply.pm
index 219121f..2d14cd0 100644
--- a/lib/Reply/Plugin/CarpReply.pm
+++ b/lib/Reply/Plugin/CarpReply.pm
@@ -143,4 +143,23 @@ sub _frame {
return $self->{stacktrace}->frame($self->{frame_index});
}
+=begin Pod::Coverage
+
+ command_backtrace
+ command_trace
+ command_bt
+ command_top
+ command_t
+ command_bottom
+ command_b
+ command_up
+ command_u
+ command_down
+ command_d
+ command_list
+ command_l
+ command_env
+
+=end Pod::Coverage
+
1;