Changeset 906 for trunk/cgi-bin/main.cgi


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/main.cgi

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