aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-adduser.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fripost-adduser.pl')
-rwxr-xr-xfripost-adduser.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fripost-adduser.pl b/fripost-adduser.pl
index b0f107e..4cf2040 100755
--- a/fripost-adduser.pl
+++ b/fripost-adduser.pl
@@ -22,6 +22,9 @@ Necessary steps to add a user to the system:
our $VERSION = '0.01';
+use FindBin qw($Bin);
+use lib "$Bin/lib";
+
use Data::Dumper;
use DateTime;
use Email::Valid;