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/ipdb-rpc.cgi

    r891 r906  
    1919# don't remove!  required for GNU/FHS-ish install from tarball
    2020##uselib##
     21
     22# push "the directory the script is in" into @INC
     23use FindBin;
     24use lib "$FindBin::RealBin/";
    2125
    2226use MyIPDB;
Note: See TracChangeset for help on using the changeset viewer.