Changeset 69 for trunk/dnsbl/browse.cgi


Ignore:
Timestamp:
07/19/18 17:03:38 (6 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

  • Accumulated fixes and tweaks from production
  • Add FindBin to a couple of scripts to make them more portable; they no longer need to be run from the directory they're in, or have system-specific paths hardcoded in either "use lib" or a -I argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/browse.cgi

    r67 r69  
    2525use CGI::Simple;
    2626use HTML::Template;
     27
     28# push "the directory the script is in" into @INC
     29use FindBin;
     30use lib "$FindBin::RealBin/";
    2731
    2832use DNSBL 2.2;
Note: See TracChangeset for help on using the changeset viewer.