Skip to content

Commit

Permalink
Item14237: Added missing use of FindBin
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 17, 2018
1 parent 0dcf2f7 commit a640ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,10 @@ use Encode ();
use File::Basename;
use File::Spec;
use POSIX qw(locale_h);
use Unicode::Normalize;
use Cwd qw( abs_path );
use Try::Tiny;
use Unicode::Normalize;
use FindBin;
use Foswiki qw(urlEncode urlDecode make_params);

use Foswiki::Configure::FileUtil;
Expand Down

0 comments on commit a640ad7

Please sign in to comment.