Changeset 614

Show
Ignore:
Timestamp:
01/07/05 11:54:20 (4 years ago)
Author:
kake
Message:

Warn, don't die if they don't have the right DBD - it will get added to the prereqs lower down.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r605 r614  
    6363              ); 
    6464eval "require $drivers{$dbtype}"; 
    65 die "$drivers{$dbtype} is needed to run a $dbtype database" if $@; 
     65warn "$drivers{$dbtype} is needed to run a $dbtype database" if $@; 
    6666 
    6767push @answers, { question => $dbtype_qu,