Ignore:
Timestamp:
08/15/17 13:53:23 (7 years ago)
Author:
Kris Deugau
Message:

/trunk

Bulk addition of "add 'the directory the script is in' to @INC" for Perls
that have dropped '.' from @INC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/admin.cgi

    r893 r906  
    2525# don't remove!  required for GNU/FHS-ish install from tarball
    2626##uselib##
     27
     28# push "the directory the script is in" into @INC
     29use FindBin;
     30use lib "$FindBin::RealBin/";
    2731
    2832use CustIDCK;
Note: See TracChangeset for help on using the changeset viewer.