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/export-dnsbl

    r67 r69  
    2222use warnings;
    2323use DBI;
     24
     25# push "the directory the script is in" into @INC
     26use FindBin;
     27use lib "$FindBin::RealBin/";
    2428
    2529use DNSBL 2.2;
Note: See TracChangeset for help on using the changeset viewer.