summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/CarpReply.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin/CarpReply.pm')
-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 3bc2719..7206348 100644
--- a/lib/Reply/Plugin/CarpReply.pm
+++ b/lib/Reply/Plugin/CarpReply.pm
@@ -40,6 +40,7 @@ sub compile {
my ($next, $line, %opts) = @_;
$opts{environment} = $self->_frame->lexicals;
+ $opts{package} = $self->_frame->package;
return $next->($line, %opts);
}