Changeset 763
- Timestamp:
- 06/13/17 17:53:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r755 r763 5995 5995 # Error check - does the cache dir exist, if we're using one? 5996 5996 if ($self->{usecache}) { 5997 die "Cache directory does not exist\n" if !-e $self->{exportcache};5997 die "Cache directory $self->{exportcache} does not exist\n" if !-e $self->{exportcache}; 5998 5998 die "$self->{exportcache} is not a directory\n" if !-d $self->{exportcache}; 5999 5999 die "$self->{exportcache} must be both readable and writable\n"
Note:
See TracChangeset
for help on using the changeset viewer.