summaryrefslogtreecommitdiffstats
path: root/bin/tSmoke
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tSmoke')
-rwxr-xr-xbin/tSmoke3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tSmoke b/bin/tSmoke
index fc0d74f..d7d98bd 100755
--- a/bin/tSmoke
+++ b/bin/tSmoke
@@ -52,10 +52,11 @@ use warnings;
#
# Point the lib variables to your implementation
use FindBin;
+# PERL5LIB
use lib "$FindBin::Bin/../thirdparty/lib/perl5";
use lib "$FindBin::Bin/../lib";
-use Smokeping 2.004002;
+use Smokeping;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;