aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-mkpass.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fripost-mkpass.pl')
-rwxr-xr-xfripost-mkpass.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fripost-mkpass.pl b/fripost-mkpass.pl
index 4740f5b..3b0c9f7 100755
--- a/fripost-mkpass.pl
+++ b/fripost-mkpass.pl
@@ -10,6 +10,9 @@ fripost-mkpass.pl - Create a random new password
=cut
+use FindBin qw($Bin);
+use lib "$Bin/lib";
+
our $VERSION = '0.01';
use Fripost::Password;