projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfa4f7
)
Report module search path with version information
author
Jacob Bachmeyer
<jcb@gnu.org>
Sun, 9 Aug 2020 16:54:55 +0000
(11:54 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sun, 9 Aug 2020 16:54:55 +0000
(11:54 -0500)
upload-ftp-v1.2.pl
patch
|
blob
|
blame
|
history
diff --git
a/upload-ftp-v1.2.pl
b/upload-ftp-v1.2.pl
index 7396cf3618cea25569de5a10c3138ae8ec193704..93122a7fdba6f13aa88adab9f90a57f577f3c890 100755
(executable)
--- a/
upload-ftp-v1.2.pl
+++ b/
upload-ftp-v1.2.pl
@@
-274,6
+274,9
@@
sub version_information {
print "Copyright (c) $COPYRIGHT by $AUTHORS\n";
print "License: $LICENSE\n";
print "More information at $URL\n\n";
+ print 'Running with @INC:', "\n";
+ print " $_\n" for @INC;
+ print "\n";
exit;
}