projects
/
fido.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d5be7
)
apps/scan.pl: locate modules correctly, v5.010
author
Sebastian
<basti@notizbuch>
Sun, 15 Jun 2014 18:52:46 +0000
(20:52 +0200)
committer
Sebastian
<basti@notizbuch>
Sun, 15 Jun 2014 18:52:46 +0000
(20:52 +0200)
apps/scan.pl
patch
|
blob
|
history
diff --git
a/apps/scan.pl
b/apps/scan.pl
index 165844729b132ab1d3ac929d975b40a887c51d39..4c15cf877bc761097f9e13650179d4c0ab22a75f 100755
(executable)
--- a/
apps/scan.pl
+++ b/
apps/scan.pl
@@
-1,11
+1,12
@@
#!/usr/bin/perl -w
use strict;
-use v5.01
2
;
+use v5.01
0
;
use File::Temp qw/tempdir/;
+use File::Basename;
use Data::Dumper;
-use lib
'../modules'
;
+use lib
dirname($0)."/modules"
;
use CONFIG;
use FTNMAIL;
use MSGBASE;