summaryrefslogtreecommitdiffstats
path: root/sentry.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sentry.pl')
-rwxr-xr-xsentry.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/sentry.pl b/sentry.pl
index 8d8b878e9..ebb221cfd 100755
--- a/sentry.pl
+++ b/sentry.pl
@@ -16,10 +16,7 @@
use 5.10.1;
use strict;
use warnings;
-
-# exit early if there's nothing to send
-use FindBin qw($RealBin);
-use lib ("$RealBin/.", "$RealBin/lib", "$RealBin/local/lib/perl5");
+use lib qw(. lib local/lib/perl5);
BEGIN {
delete $ENV{SERVER_SOFTWARE};