summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-05-06 22:24:46 +0200
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-05-06 22:24:46 +0200
commit27cc3f51a0bd01478faa5a12a6571cc552b87fe0 (patch)
treee67f358e89d35814386807387e8907bf9eefddc9
parent12a815c0916e97b8808bf2a3c678a19313a19b00 (diff)
downloaddmarc-27cc3f51a0bd01478faa5a12a6571cc552b87fe0.tar.gz
dmarc-27cc3f51a0bd01478faa5a12a6571cc552b87fe0.tar.bz2
dmarc-27cc3f51a0bd01478faa5a12a6571cc552b87fe0.zip
Use Find::Lib to be able to start from other directory
-rwxr-xr-xdmarc_milter.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarc_milter.pl b/dmarc_milter.pl
index d408329..4a0497f 100755
--- a/dmarc_milter.pl
+++ b/dmarc_milter.pl
@@ -7,7 +7,7 @@ use feature 'say';
no warnings 'experimental::signatures';
use feature 'signatures';
-use lib '.';
+use Find::Lib '.';
use Getopt::Long;
use Pod::Usage;